|
@@ -114,7 +114,6 @@
|
|
|
window.history.go(-1);
|
|
|
},
|
|
|
getImageUrl(data) {
|
|
|
- console.log('data =>', data);
|
|
|
this.configData.pic = data;
|
|
|
},
|
|
|
syncValue(flg, content) {
|
|
@@ -159,7 +158,6 @@
|
|
|
try {
|
|
|
const res = await HYZXService.getIndustryInfo(opt);
|
|
|
if (res.code === 0) {
|
|
|
- console.log(res);
|
|
|
this.initPageData(res.data);
|
|
|
}
|
|
|
loading.close();
|