[update] 标准化发起流程修改
This commit is contained in:
+10
@@ -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
|
||||
},
|
||||
// 获取标准体系下拉框数据
|
||||
|
||||
Reference in New Issue
Block a user