Browse Source

Merge branch 'Inspection' into online

wolyshaw 4 năm trước cách đây
mục cha
commit
60cd9b912b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/main/schedule-branch/modals/create.vue

+ 1 - 1
src/views/main/schedule-branch/modals/create.vue

@@ -69,7 +69,7 @@
                 clearable
                 filterable
                 v-model="matterItem.item"
-                :disabled="!isCreate"
+                :disabled="!isCreate && !!matterItem.item"
                 placeholder="请选择任务事项"
               >
                 <el-option v-for="(item,index) in matterTypesOptions"