ソースを参照

修改查询条件

zs 2 年 前
コミット
b39f8373e1
1 ファイル変更2 行追加1 行削除
  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,