luobisheng
2022-11-25 dfad5868528f14df5d341611922624962cd1fb2d
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;