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); }); },