src/views/project/fund/performancedetails/index.vue
@@ -1789,12 +1789,20 @@ }; this.$modal.loading("正在提交审核,请稍候!"); checkfund(checkFundObj).then(res => { if (res.code == 200) { //关闭窗口 this.reset(); this.$modal.closeLoading(); this.$modal.msgSuccess("审核完成!"); this.$store.dispatch("tagsView/delView", this.$route); this.$router.go(-1); } else { if (res.msg) { this.$modal.msgError("操作失误"); } else { this.$modal.msgError(res.msg); } } }); },