Commit f30abadb authored by zhoutong's avatar zhoutong

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

parent d53b87bd
...@@ -77,9 +77,7 @@ export default { ...@@ -77,9 +77,7 @@ export default {
data() { data() {
return { return {
// 表单参数 // 表单参数
form: { form: {},
destinationClearance: null
},
channelList: [], channelList: [],
// 表单校验 // 表单校验
rules: { rules: {
...@@ -101,7 +99,7 @@ export default { ...@@ -101,7 +99,7 @@ export default {
}, },
destinationClearanceSelect(val) { destinationClearanceSelect(val) {
if(val == 3){ 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