scorpio 2 năm trước cách đây
mục cha
commit
4b5b3ef8df
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
     }
   }
 }