Explorar o código

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

001295 hai 1 ano
pai
achega
53fa27f73b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);