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