[update] 新法规导入流程的流程名称组成

This commit is contained in:
lideqin
2024-07-29 17:18:59 +08:00
parent 2c8930f6dd
commit 6ae8341917
@@ -316,7 +316,7 @@ export default {
this.loading = false
})
}
this.$emit('processNameChange', (this.formInline.standardNumber || '') + '-' + (this.formInline.standardName || '') + '-' + '导入通知')
this.$emit('processNameChange', (value[0].standardNumber || '') + '-' + (this.formInline.standardName || '') + '-' + '导入通知')
}
}
}