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;