[update] 标准化发起流程修改

This commit is contained in:
lideqin
2023-12-15 10:09:44 +08:00
parent a696d33673
commit 27d6824de8
2 changed files with 15 additions and 2 deletions
@@ -823,11 +823,21 @@ export default {
if (!this.formInline.applicationType) {
this.formInline.applicationType = this.ApplicationCategory.INITIATION.value
}
if (this.formInline.enStandardSystem && this.formInline.enStandardSystem.length > 0) {
this.formInline.enStandardSystem = this.formInline.enStandardSystem ? this.formInline.enStandardSystem.split(',').map(item => {
return { value: item }
}) : []
}
},
look (record) {
this.visible = true
this.model = Object.assign({}, record)
this.formInline = Object.assign({}, record)
if (this.formInline.enStandardSystem && this.formInline.enStandardSystem.length > 0) {
this.formInline.enStandardSystem = this.formInline.enStandardSystem ? this.formInline.enStandardSystem.split(',').map(item => {
return { value: item }
}) : []
}
this.disabled = true
},
// 获取标准体系下拉框数据