scorpio %!s(int64=2) %!d(string=hai) anos
pai
achega
0c9f2d8996
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
     }
   }
 }