Browse Source

我的任务页面BUG修复。

DESKTOP-6LTVLN7\Liumouren 2 years ago
parent
commit
77fc6b877f
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/components/common/BottomForm/MyMission.vue

+ 5 - 0
src/components/common/BottomForm/MyMission.vue

@@ -281,6 +281,11 @@ export default {
       // 打开弹窗
       this.dialogVisible = true;
       if (this.$ifMenu("3", "")) {
+        this.selectSelectDataMap = {
+          projectType: [],
+          associatedItems: [],
+          associatedItemsOptions: []
+        };
         // 首先获取数据字典中的下拉框数据
         this.selectSelectData("0", "c_task_type", "projectType");
         this.selectSelectData("0", "浦东新区行政区划", "associatedItems");