guhongwei hace 5 años
padre
commit
e11c800027
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      src/views/direct.vue

+ 0 - 5
src/views/direct.vue

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