|
@@ -53,7 +53,6 @@ export default {
|
|
let res = await this.columnQuery();
|
|
let res = await this.columnQuery();
|
|
if (this.$checkRes(res)) {
|
|
if (this.$checkRes(res)) {
|
|
let data = res.data.find((i) => i.site == 'xsjl');
|
|
let data = res.data.find((i) => i.site == 'xsjl');
|
|
- console.log(data);
|
|
|
|
if (data) this.$set(this, `columnInfo`, data);
|
|
if (data) this.$set(this, `columnInfo`, data);
|
|
this.search();
|
|
this.search();
|
|
}
|
|
}
|