11
WXL
2025-06-05 0875e8158420807ee45e44af3a0bf43a9d1bd381
src/views/project/fund/performancedetails/index.vue
@@ -1797,6 +1797,7 @@
          this.$store.dispatch("tagsView/delView", this.$route);
          this.$router.go(-1);
        } else {
          this.$modal.closeLoading();
          if (res.msg) {
            this.$modal.msgError("操作失误");
          } else {
@@ -1820,7 +1821,7 @@
        this.standardlevel = res.data.standardlevel;
        if (
          this.userprofile.userName == "admin" ||
          this.userprofile.userName == "001" ||
          this.userprofile.userName == "053" ||
          this.userprofile.userName == "047"
        ) {
          this.ismanager = true;