去掉console

dev
lilu 2 years ago
parent 8b5956ad19
commit 5e74f9f7aa

@ -1068,7 +1068,6 @@ export default {
.then(res => {
if (res.code === 200) {
this[`${type}Data`] = res.data
console.log('== 装货港/收货地 ==', type, this[`${type}Data`])
this.$forceUpdate()
}
})
@ -1415,7 +1414,6 @@ export default {
},
textareaChange (e, type) {
this.details[type] = e.target.value
console.log(type, this.details[type])
}
}
}

Loading…
Cancel
Save