|
@@ -741,7 +741,7 @@ export default {
|
|
|
this.$message.error("提交失败,请检查网络配置");
|
|
|
}
|
|
|
}
|
|
|
- await this.paginationChange();
|
|
|
+ await this.getOrgList();
|
|
|
},
|
|
|
async deleteOrg(row) {
|
|
|
this.$confirm(`确定删除团队${row.organizationName}吗?`, "提示", {
|
|
@@ -760,7 +760,7 @@ export default {
|
|
|
);
|
|
|
if (isDelete) {
|
|
|
this.$message.success("删除成功");
|
|
|
- await this.paginationChange();
|
|
|
+ await this.getOrgList();
|
|
|
}
|
|
|
})
|
|
|
.catch(() => {
|