浏览代码

1、年假审批同意提醒后页面空白问题

(cherry picked from commit ecf992a9064bedc8289675782e1906de2d6755ae)
dongpo 1 年之前
父节点
当前提交
ea43fac502
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      src/views/oa/leave/detail.vue

+ 4 - 2
src/views/oa/leave/detail.vue

@@ -26,7 +26,7 @@
           <span :title="form.position">{{ form.position }}</span>
         </div>
       </div>
-    
+
       <div class="fx-field x-grid-col-12">
         <div class="field-label">
           <span class="field-required"></span>
@@ -235,6 +235,8 @@ export default {
               message: '审批通过成功!',
               customClass: 'myBox'
             });
+          }).catch(() => {
+            this.fullscreenLoading = false;
           });
         } else {
           this.fullscreenLoading = true;
@@ -366,4 +368,4 @@ ul {
 .el-tag+.el-tag {
   margin-left: 10px;
 }
-</style>
+</style>