scorpio 2 лет назад
Родитель
Сommit
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
     }
   }
 }