diff --git a/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj b/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj
index ff272fa8..06668aed 100644
--- a/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj
+++ b/Admin.NET/Admin.NET.Core/Admin.NET.Core.csproj
@@ -29,7 +29,7 @@
-
+
@@ -46,7 +46,7 @@
-
+
diff --git a/Web/package.json b/Web/package.json
index f5bea69b..cd9ba179 100644
--- a/Web/package.json
+++ b/Web/package.json
@@ -2,7 +2,7 @@
"name": "admin.net.pro",
"type": "module",
"version": "2.4.33",
- "lastBuildTime": "2024.12.10",
+ "lastBuildTime": "2024.12.12",
"description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架",
"author": "zuohuaijun",
"license": "MIT",
@@ -74,7 +74,7 @@
"vue-router": "^4.5.0",
"vue-signature-pad": "^3.0.2",
"vue3-tree-org": "^4.2.2",
- "vxe-pc-ui": "^4.3.23",
+ "vxe-pc-ui": "^4.3.27",
"vxe-table": "^4.8.10",
"vxe-table-plugin-element": "^4.0.4",
"vxe-table-plugin-export-xlsx": "^4.0.7",
@@ -85,7 +85,7 @@
"@iconify/vue": "^4.2.0",
"@plugin-web-update-notification/vite": "^1.7.1",
"@types/lodash-es": "^4.17.12",
- "@types/node": "^20.17.9",
+ "@types/node": "^20.17.10",
"@types/nprogress": "^0.2.3",
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "^8.18.0",
diff --git a/Web/src/components/scEcharts/index.vue b/Web/src/components/scEcharts/index.vue
index d81a7af8..6a1155d0 100644
--- a/Web/src/components/scEcharts/index.vue
+++ b/Web/src/components/scEcharts/index.vue
@@ -31,7 +31,9 @@ export default {
option: {
deep: true,
handler(v) {
- unwarp(this.myChart).setOption(v);
+ this.$nextTick(() => {
+ unwarp(this.myChart).setOption(v);
+ });
},
},
},
diff --git a/Web/src/layout/logo/index.vue b/Web/src/layout/logo/index.vue
index 0ef28518..3dacd147 100644
--- a/Web/src/layout/logo/index.vue
+++ b/Web/src/layout/logo/index.vue
@@ -36,11 +36,11 @@ const onThemeConfigChange = () => {