diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue
index c0dd20f61..30fd8caf5 100644
--- a/src/pages/details/otherStandardDetails/index.vue
+++ b/src/pages/details/otherStandardDetails/index.vue
@@ -901,16 +901,14 @@
-
-
+
+
-
+ >
+
import PutQuestionButton from '@/components/PutQuestionButton'
import CustomSVPPS from '@/components/CustomFormComponents/SVPPS'
+import CustomSelectArray from '@/components/CustomFormComponents/SelectArray'
import CustomOrg from '@/components/CustomFormComponents/OrgTree'
import {dateFormat} from '@/common/date'
import RelatedTermsSelect from './components/RelatedTermsSelect'
@@ -1577,6 +1576,7 @@ export default {
components: {
PutQuestionButton,
CustomSVPPS,
+ CustomSelectArray,
CustomOrg,
RelatedTermsSelect
},
@@ -1760,7 +1760,10 @@ export default {
ZRBM: '',
FO: ''
},
- applyArcticOptions: [], // 适用车辆类型下拉框
+ applyArcticOptions: {
+ attrName: '适用车型',
+ options:[]
+ }, // 适用车辆类型下拉框
emergyKindOptions: [], // 能源种类下拉框
requestOptions: [],
BZFGGXOUIUJ: [], // 企标覆盖关系
@@ -2533,6 +2536,7 @@ export default {
if (typeof this.resolveListForm.zccssrq !== 'string'){
this.resolveListForm.zccssrq = this.resolveListForm.zccssrq.join(',')
}
+ this.resolveListForm.applyArctic = this.resolveListForm.applyArctic.join(',')
this.$http.putData(
'SarStandItems/sar-stand-items/updateSarItemAndInterpretation',
this.resolveListForm,
@@ -3365,7 +3369,7 @@ export default {
this.$http.get('sys/dictype/getDicTypeListCode', '', {
_this: this
}, res => {
- this.applyArcticOptions = res.data.ENERGYTYPES // 根据需求文档,产品类别对应标准属性中的“适用车辆类型”
+ this.applyArcticOptions.options = res.data.ENERGYTYPES // 根据需求文档,产品类别对应标准属性中的“适用车辆类型”
this.emergyKindOptions = res.data.ENERGYTYPES
this.requestOptions = res.data.REQUESTTYPE
this.BZFGGXOUIUJ = res.data.BZFGGXOUIUJ // 企标覆盖关系