src/views/taskinfo/taskinfoPlan.vue
@@ -235,8 +235,11 @@ }, goToTaskplanUser(planId) { // this.$router.push({ path: "/taskinfo/taskplanUser", query: {planId:planId} }); this.$refs.taskplanUser.getUserList(); this.$refs.taskplanUser.onLoad(); var page = { currentPage:1, pageSize:this.page.pageSize } this.$refs.taskplanUser.onLoad(page,{planId:planId}); this.setPlanUser() }, setPlanUser() {