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,