[update] 修改bug80959
This commit is contained in:
+2
@@ -988,11 +988,13 @@ export default {
|
|||||||
// 是制定,原企标编号和原企标名称置空
|
// 是制定,原企标编号和原企标名称置空
|
||||||
this.formInline.originEnStandardNo = ''
|
this.formInline.originEnStandardNo = ''
|
||||||
this.formInline.originEnStandardName = ''
|
this.formInline.originEnStandardName = ''
|
||||||
|
this.formInline = Object.assign({}, this.formInline)
|
||||||
} else if (value && value === ProjectType.MODIFY.value) {
|
} else if (value && value === ProjectType.MODIFY.value) {
|
||||||
// 是修订,三个代号置空
|
// 是修订,三个代号置空
|
||||||
this.formInline.enStandardCode = undefined
|
this.formInline.enStandardCode = undefined
|
||||||
this.formInline.enNameCode = undefined
|
this.formInline.enNameCode = undefined
|
||||||
this.formInline.standardCategoryCode = undefined
|
this.formInline.standardCategoryCode = undefined
|
||||||
|
this.formInline = Object.assign({}, this.formInline)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 选择用户得到用户名
|
// 选择用户得到用户名
|
||||||
|
|||||||
+2
@@ -1031,11 +1031,13 @@ export default {
|
|||||||
// 是制定,原企标编号和原企标名称置空
|
// 是制定,原企标编号和原企标名称置空
|
||||||
this.formInline.originEnStandardNo = ''
|
this.formInline.originEnStandardNo = ''
|
||||||
this.formInline.originEnStandardName = ''
|
this.formInline.originEnStandardName = ''
|
||||||
|
this.formInline = Object.assign({}, this.formInline)
|
||||||
} else if (value && value === ProjectType.MODIFY.value) {
|
} else if (value && value === ProjectType.MODIFY.value) {
|
||||||
// 是修订,三个代号置空
|
// 是修订,三个代号置空
|
||||||
this.formInline.enStandardCode = undefined
|
this.formInline.enStandardCode = undefined
|
||||||
this.formInline.enNameCode = undefined
|
this.formInline.enNameCode = undefined
|
||||||
this.formInline.standardCategoryCode = undefined
|
this.formInline.standardCategoryCode = undefined
|
||||||
|
this.formInline = Object.assign({}, this.formInline)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 授权部门返回参数
|
// 授权部门返回参数
|
||||||
|
|||||||
Reference in New Issue
Block a user