Преглед изворни кода

Merge branch 'master' of http://git.cc-lotus.info/service-platform/web-test

wuhongyu пре 5 година
родитељ
комит
ec5505b109
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      src/views/market/index.vue

+ 1 - 2
src/views/market/index.vue

@@ -216,9 +216,8 @@ export default {
       if (this.$checkRes(res)) this.$set(this, `newList`, res.data);
       res = await this.newquery({ skip: 0, limit: 4, totaltype: '2', status: '1' });
       if (this.$checkRes(res)) this.$set(this, `serviceList`, res.data);
-      res = await this.expertQuery({ skip: 0, limit: 4 });
+      res = await this.expertQuery({ skip: 0, limit: 4, status: '1' });
       if (this.$checkRes(res)) this.$set(this, `expertsList`, res.data);
-      console.log(res.data);
     },
     toProductList() {
       this.$router.push({ path: '/supermaket/supermarketlist', query: { totaltype: 1 } });