Browse Source

修改查询条件

zs 2 years ago
parent
commit
b39f8373e1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pagesRest/activity/list.vue

+ 2 - 1
pagesRest/activity/list.vue

@@ -76,7 +76,8 @@
 				const that = this;
 				let info = {
 					skip: that.skip,
-					limit: that.limit
+					limit: that.limit,
+					is_use: "0"
 				}
 				let res = await that.$api(`/platformAct`, 'GET', {
 					...info,