浏览代码

EHR-绩效:新版需求页面跳转

001295 1 年之前
父节点
当前提交
53fa27f73b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/business/ehr/pm/awaitVerifyPm/detail.vue

+ 1 - 0
src/views/business/ehr/pm/awaitVerifyPm/detail.vue

@@ -153,6 +153,7 @@ export default {
       if(this.flow.status == 2){
         this.flow.result = "同意";
       }
+      this.loading = true;
       await verify(this.flow).then(res => {
         if (res.code === 200) {
           this.fetchPerformance(this.$route.query.performanceId);