Commit f30abadb authored by zhoutong's avatar zhoutong

新建空运出货,目的港清关选择客户后,再选到我司时,我司清关和合作清关选项无法选中

parent d53b87bd
......@@ -77,9 +77,7 @@ export default {
data() {
return {
// 表单参数
form: {
destinationClearance: null
},
form: {},
channelList: [],
// 表单校验
rules: {
......@@ -101,7 +99,7 @@ export default {
},
destinationClearanceSelect(val) {
if(val == 3){
this.form.destinationClearance = val
this.$set(this.form,'destinationClearance',val)
}
},
/** 提交按钮 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment