@@ -747,6 +747,13 @@ export default {
this.tagsList = res.data
}
})
+ this.$api.common
+ .dicList({ code: 'industry-classification' })
+ .then(res => {
+ if (res.code === 200) {
+ this.industryList = res.data
+ }
+ })
},
report(res) {
if (res.is_report === 1) {