宣教库-复制

This commit is contained in:
shidongli 2024-07-19 09:45:18 +08:00
parent d1c29be48d
commit bfc1dddc00
2 changed files with 3 additions and 1 deletions

View File

@ -824,6 +824,8 @@ export default {
message: "复制成功" message: "复制成功"
}); });
this.getList() this.getList()
this.$refs.DepartmentList.Departmentlist()
}); });
}).catch(() => { }).catch(() => {
this.$message({ this.$message({

View File

@ -948,7 +948,7 @@ export default {
this.$modal.msgSuccess("复制成功"); this.$modal.msgSuccess("复制成功");
this.open = false; this.open = false;
this.getList(); this.getList();
this.getlistcount() this.$refs.DepartmentList.Departmentlist()
}); });
}, },
// //