[update] 市场法规清单联调
This commit is contained in:
+4
@@ -488,6 +488,10 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
// 暂时给固定的清单编号
|
||||
this.$nextTick(() => {
|
||||
this.form.setFieldsValue(pick({ manifestNo: '111' }, 'manifestNo'))
|
||||
})
|
||||
this.getCountryOption()
|
||||
if (this.$route.query.id) {
|
||||
this.initData(this.$route.query.id)
|
||||
|
||||
+1
@@ -333,6 +333,7 @@ export default {
|
||||
} else {
|
||||
this.$emit('ok', param)
|
||||
}
|
||||
this.close()
|
||||
this.confirmLoading = false
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user