@@ -11,7 +11,6 @@
window.location.href = url;
}
this.globalData.BASE_URL = config.BASE_URL;
- this.globalData.env = env;
},
onShow: function() {
let shareToken = this.getQueryString('shareToken');
@@ -318,6 +318,7 @@
"pageNo": this.pageNo,
"pageSize": this.pageSize,
"taskCategoryId": this.type,
+ "userId":this.userInfo.userId,
})
if (ret.data.success) {