浏览代码

1. 修复

MONSTER-ygh 10 月之前
父节点
当前提交
e8ca1b0db1
共有 1 个文件被更改,包括 3 次插入1 次删除
  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();
+      });
     },
 
     /** 置顶或者取消置顶按钮操作 */