scorpio 2 năm trước cách đây
mục cha
commit
0c9f2d8996
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/home/component/params/params1.vue

+ 1 - 1
src/views/home/component/params/params1.vue

@@ -518,7 +518,7 @@ export default {
     },
     changeIndustry(res) {
       const tmp = this.industryList.find(ele => ele.dictKey === res)
-      this.form.dict_key = Number.parseInt(tmp.dictKey)
+      this.form.dict_key = tmp.dictKey
     }
   }
 }