Bladeren bron

步骤3 ,检测依据多选

wyh 1 jaar geleden
bovenliggende
commit
36899adaf0
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      itdmWeb/src/views/module-iTDM/weituo/modules/step/Step3.vue

+ 1 - 1
itdmWeb/src/views/module-iTDM/weituo/modules/step/Step3.vue

@@ -28,7 +28,7 @@
         <a-form-model-item :prop="'list.'+index+'.standardRequirement'" :rules="validatorRules.standardRequirement">
           <!-- <j-multi-select-tag :disabled="formDisabled" v-model="record.standardRequirement" :dropdownMatchSelectWidth="false" dictCode="itdm_weituo_yiju,name,name" /> -->
           <!-- 为了解决下拉框显示不全的问题,原来的没有对应参数配置 -->
-          <a-select :disabled="formDisabled" v-model="record.standardRequirement" allowClear :dropdownMatchSelectWidth="false">
+          <a-select :disabled="formDisabled" v-model="record.standardRequirement" allowClear :dropdownMatchSelectWidth="false" mode="multiple">
             <a-select-option v-for="(item, index) in yijuLists" :key="index">
               {{ item.name }}
             </a-select-option>