wuhongyu 5 年之前
父節點
當前提交
ae92622c47
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/supermaket/supermarketlist.vue

+ 1 - 1
src/views/supermaket/supermarketlist.vue

@@ -55,7 +55,7 @@ export default {
     async search({ skip = 0, limit = 10 } = {}) {
       let totaltype = this.totaltype;
       skip = this.skip;
-      const res = await this.list({ skip, limit, totaltype });
+      const res = await this.list({ skip, limit, totaltype, status: 1 });
       console.log(res.data);
       console.log(res.data);
       for (const val of res.data) {