yxh
yxh
2023-08-25 92cf010eaa361321e689bdedfe0fc1de59c3ff21
src/views/project/fund/applyDetail/index.vue
@@ -1313,8 +1313,11 @@
        flowcontent: this.checkObj.flowconclusion,
      };
      checkfund(checkFundObj).then((res) => {
        //关闭窗口
        this.reset();
        this.$modal.msgSuccess("审核完成!");
        this.$store.dispatch('tagsView/delView', this.$route)
        this.$router.go(-1);
      });
    },