14093d2b by lihua

fix: 修改删除的提示信息

1 parent 41aeabdf
......@@ -1769,7 +1769,7 @@ const orgTableInfo = ref({
proxy.$openMessageBox("此操作将永久删除, 是否继续?", () => {
orgData.value.splice(index, 1);
orgTableInfo.value.data = orgData.value;
proxy.$ElMessage.success('被授权资源删除成功');
proxy.$ElMessage.success('共有组织机构信息删除成功');
}, () => {
proxy.$ElMessage.info("已取消");
});
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!