scorpio 2 tahun lalu
induk
melakukan
0c9f2d8996
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
     }
   }
 }