Przeglądaj źródła

订单销售名称搜索项

yuhongqi 1 dzień temu
rodzic
commit
47e5265c42
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/views/hisStore/storeProduct/indexZm.vue

+ 2 - 2
src/views/hisStore/storeProduct/indexZm.vue

@@ -1621,7 +1621,7 @@ export default {
       if (append && this.userEndCategoryList.length >= this.userEndCategoryTotal && this.userEndCategoryTotal > 0) return Promise.resolve();
       this.userEndCategoryLoading = true;
       const pageNum = append ? this.userEndCategoryPageNum : 1;
-      return listUserEndCategory({ pageNum, pageSize: 10 }).then(response => {
+      return listUserEndCategory({ pageNum, pageSize: 10,status:1 }).then(response => {
         const rows = response.rows || [];
         this.userEndCategoryTotal = response.total || 0;
         if (append) {
@@ -1661,7 +1661,7 @@ export default {
       if (append && this.tagList.length >= this.tagTotal && this.tagTotal > 0) return Promise.resolve();
       this.tagLoading = true;
       const pageNum = append ? this.tagPageNum : 1;
-      return listStoreProductTag({ pageNum, pageSize: 10 }).then(response => {
+      return listStoreProductTag({ pageNum, pageSize: 10,status:1 }).then(response => {
         const rows = response.rows || [];
         this.tagTotal = response.total || 0;
         if (append) {