|
@@ -449,20 +449,15 @@ export default {
|
|
...expertsuser({ expertQuery: 'query' }),
|
|
...expertsuser({ expertQuery: 'query' }),
|
|
...transaction({ tquery: 'query' }),
|
|
...transaction({ tquery: 'query' }),
|
|
async searchdock() {
|
|
async searchdock() {
|
|
- console.log(this.id);
|
|
|
|
let res = await this.dockFetch(this.id);
|
|
let res = await this.dockFetch(this.id);
|
|
this.$set(this, `title`, res.data.title);
|
|
this.$set(this, `title`, res.data.title);
|
|
let aaa = await this.tquery({ skip: 0, limit: 9, status: 2 });
|
|
let aaa = await this.tquery({ skip: 0, limit: 9, status: 2 });
|
|
- console.log(res.data);
|
|
|
|
this.$set(this, `directlist`, aaa.data);
|
|
this.$set(this, `directlist`, aaa.data);
|
|
let abb = await this.tquery({ status: 0 });
|
|
let abb = await this.tquery({ status: 0 });
|
|
let acc = await this.tquery({ status: 1 });
|
|
let acc = await this.tquery({ status: 1 });
|
|
this.$set(this, `dacheng`, acc.total);
|
|
this.$set(this, `dacheng`, acc.total);
|
|
this.$set(this, `qiatan`, abb.total);
|
|
this.$set(this, `qiatan`, abb.total);
|
|
this.$set(this, `chengguo`, aaa.total);
|
|
this.$set(this, `chengguo`, aaa.total);
|
|
- console.log(abb.total);
|
|
|
|
- console.log(acc.total);
|
|
|
|
- console.log(aaa.total);
|
|
|
|
let aff = await this.mapProductQuery();
|
|
let aff = await this.mapProductQuery();
|
|
this.$set(this, `xuqiu`, aff.total);
|
|
this.$set(this, `xuqiu`, aff.total);
|
|
},
|
|
},
|