guoshilong
2022-09-22 71137b436469142dcd0a0ed748fb3ceb6050a8f2
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() {