Explorar el Código

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

001295 hace 1 año
padre
commit
53fa27f73b
Se han modificado 1 ficheros con 1 adiciones y 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);