标准入库流程 适用车型,能源类型,适用产品线,适用认证,责任部门,责任工程师:单选改多选,增加全选

This commit is contained in:
yanyizhou
2021-12-14 21:27:14 +08:00
parent e449a34f23
commit 3ef6461c89
@@ -782,6 +782,7 @@
<!-- @click.native="choiceZRBM('QCDWId', '起草单位', sarStandardsInfoEO.QCDWId)">-->
</el-form-item>
</template>
<!-- 全选-->
<template v-else>
<custom-select-array
:key="field.attrField"
@@ -3272,6 +3273,7 @@ export default {
this.standState = JSON.parse(JSON.stringify(this.sarStandardsInfoEO.standState))
formFieldList.forEach((field) => {
displayLocation.forEach((location) => {
console.log(location)
let value = this.sarStandardsInfoEO[field.attrField]
let valueName = ''
if (value && field.attrType === 'DATE_PICKER') {