1 năm trước cách đây
mục cha
commit
5fa464c339
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/store/outstoreform/modules/BaseFormYY.vue

+ 1 - 1
src/views/store/outstoreform/modules/BaseFormYY.vue

@@ -198,7 +198,7 @@
           >
             <a-select v-decorator="['deptId', {rules: [{required: true, message: '部门不能为空'}]}]" placeholder="请选择">
               <a-select-option
-                v-for="(label,value) in (tokenType===1?lyDeptMap:sdDeptMap)"
+                v-for="(label,value) in (tokenType===2?lyDeptMap:sdDeptMap)"
                 :key="value"
                 :label="label"
                 :value="value">{{ label }}