😎修复租户修改提示词

This commit is contained in:
zuohuaijun 2025-04-29 01:38:39 +08:00
parent 96dbbe7149
commit 96e6dc8ce2
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
"name": "admin.net.pro",
"type": "module",
"version": "2.4.33",
"lastBuildTime": "2025.04.28",
"lastBuildTime": "2025.04.29",
"description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架",
"author": "zuohuaijun",
"license": "MIT",
@ -53,7 +53,7 @@
"md-editor-v3": "^5.5.0",
"mitt": "^3.0.1",
"monaco-editor": "^0.52.2",
"mqtt": "^5.11.1",
"mqtt": "^5.12.0",
"nprogress": "^0.2.0",
"ol": "^10.5.0",
"pinia": "^3.0.2",
@ -92,8 +92,8 @@
"@types/node": "^20.17.32",
"@types/nprogress": "^0.2.3",
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "^8.31.0",
"@typescript-eslint/parser": "^8.31.0",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"@vitejs/plugin-vue": "^5.2.3",
"@vitejs/plugin-vue-jsx": "^4.1.2",
"@vue/compiler-sfc": "^3.5.13",

View File

@ -270,7 +270,7 @@ const createTenantData = (row: any) => {
})
.then(async () => {
await getAPI(SysTenantApi).apiSysTenantInitTenantDataPost({ id: row.id });
ElMessage.success('创建/更新租户数据成功');
ElMessage.success('创建/更新租户数据成功');
})
.catch(() => {});
};