Ver Fonte

fix bug

scorpio há 2 anos atrás
pai
commit
a5fe03e29d
1 ficheiros alterados com 7 adições e 0 exclusões
  1. 7 0
      src/views/home/component/dash.vue

+ 7 - 0
src/views/home/component/dash.vue

@@ -747,6 +747,13 @@ export default {
           this.tagsList = res.data
         }
       })
+      this.$api.common
+        .dicList({ code: 'industry-classification' })
+        .then(res => {
+          if (res.code === 200) {
+            this.industryList = res.data
+          }
+        })
     },
     report(res) {
       if (res.is_report === 1) {