luobisheng
2022-11-25 0e68368c1df02acb4e96c14b7f4a307d369f1415
src/views/operate/fivepack/threepack/components/content.vue
@@ -105,7 +105,8 @@
  methods: {
    search() {
      getStoreInfoList({ keyword: this.storeCode })
      const status = this.storeStatus === 0 ? null : this.storeStatus;
      getStoreInfoList({ keyword: this.storeCode, status })
          .then(({ list, pageSize, totalPage }) => {
            this.tableData = list;
            this.pageSize = pageSize;