scorpio пре 2 година
родитељ
комит
4b5b3ef8df
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/home/component/dash.vue

+ 1 - 1
src/views/home/component/dash.vue

@@ -1036,7 +1036,7 @@ export default {
       }
     },
     changeIndustry(list) {
-      this.projectForm.dictKey = JSON.stringify(list)
+      this.projectForm.dictKey = list
     }
   }
 }