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