src/views/project/fund/applyDetail/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/project/travelexpenseapply/travelexpensedetail/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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); }); }, src/views/project/travelexpenseapply/travelexpensedetail/index.vue
@@ -1427,8 +1427,10 @@ checkfund(checkfundobj).then(res => { this.reset(); this.open = false; this.getList(); this.$modal.msgSuccess("提交审核成功!"); // 关闭窗口 this.$store.dispatch('tagsView/delView', this.$route) this.$router.go(-1); }); },