소스 검색

修改查询条件

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,