scorpio 2 роки тому
батько
коміт
0c9f2d8996
1 змінених файлів з 1 додано та 1 видалено
  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
     }
   }
 }