Browse Source

1. 修复

MONSTER-ygh 10 tháng trước cách đây
mục cha
commit
e8ca1b0db1
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/views/distribution/personnelMr/index.vue

+ 3 - 1
src/views/distribution/personnelMr/index.vue

@@ -678,7 +678,9 @@ export default {
             this.getList();
           }
         });
-      }).catch(() => {});
+      }).catch(() => {
+        this.getList();
+      });
     },
 
     /** 置顶或者取消置顶按钮操作 */