Kaynağa Gözat

fix: 委托管理 形式 多选

32197351@qq.com 2 yıl önce
ebeveyn
işleme
d5e15f0938

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

@@ -30,7 +30,7 @@
       </a-col>
       <a-col :span="24">
         <a-form-model-item label="报告用章" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="bgyz">
-          <j-dict-select-tag v-model="model.bgyz" placeholder="请选择报告形式" :disabled="formDisabled"
+          <j-multi-select-tag v-model="model.bgyz" placeholder="请选择报告形式" :disabled="formDisabled"
                              dictCode="weituo.bgyz" />
         </a-form-model-item>
       </a-col>