[update] 市场法规清单联调

This commit is contained in:
lideqin
2024-07-01 18:34:08 +08:00
parent a126b41e82
commit 0d33106b25
3 changed files with 8 additions and 3 deletions
@@ -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)
@@ -333,6 +333,7 @@ export default {
} else {
this.$emit('ok', param)
}
this.close()
this.confirmLoading = false
}
})