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
     }
   }
 }