[update 标准解读流程] 完善

This commit is contained in:
danshihao
2024-07-15 20:44:01 +08:00
parent 6c2f4b24b2
commit 03127e64ba
@@ -303,7 +303,7 @@ export default {
this.model = Object.assign({}, record)
this.visible = true
this.$nextTick(() => {
if (typeof this.model.domainArea === 'string') {
if (typeof this.model.domainArea === 'string' && this.model.domainArea.length) {
this.model.domainArea = this.model.domainArea.split(',').map(item => ({ value: item }))
}
this.form.setFieldsValue(this.model)