wangziqian 5 years ago
parent
commit
4349c1e8bd
1 changed files with 8 additions and 2 deletions
  1. 8 2
      src/views/ToConfigure/components/modifyNotice.vue

+ 8 - 2
src/views/ToConfigure/components/modifyNotice.vue

@@ -29,8 +29,8 @@
             v-model="formData.techModuleIdList"
             size="small"
             collapse-tags
-            :props="requireProps"
-            :options="directionList"
+            :props="taskProps"
+            :options="modulesList"
             placeholder="请选择"
             clearable
             :disabled="disabled"
@@ -213,6 +213,12 @@ export default {
         children: 'childRqmtOrnts',
         multiple: true
       },
+      taskProps: {
+        value: 'id',
+        label: 'moduleName',
+        children: 'childModules',
+        multiple: true
+      },
       directionList: [], // 需求方面列表
       modulesList: [], // 任务模块列表
       formData: {