소스 검색

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