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