Explorar el Código

😎升级npm包

zuohuaijun hace 2 años
padre
commit
6da5db01ec

+ 13 - 13
Web/package.json

@@ -15,7 +15,7 @@
 		"@microsoft/signalr": "^8.0.0",
 		"@vue-office/docx": "^1.6.0",
 		"@vue-office/excel": "^1.7.6",
-		"@vue-office/pdf": "^1.6.5",
+		"@vue-office/pdf": "^2.0.1",
 		"@vueuse/core": "^10.9.0",
 		"@wangeditor/editor": "^5.1.23",
 		"@wangeditor/editor-for-vue": "^5.1.12",
@@ -38,7 +38,7 @@
 		"print-js": "^1.6.0",
 		"push.js": "^1.0.12",
 		"qrcodejs2-fixes": "^0.0.2",
-		"qs": "^6.12.0",
+		"qs": "^6.12.1",
 		"relation-graph": "^2.1.42",
 		"screenfull": "^6.0.2",
 		"sm-crypto-v2": "^1.9.0",
@@ -46,14 +46,14 @@
 		"splitpanes": "^3.1.5",
 		"vcrontab-3": "^3.3.22",
 		"vform3-builds": "^3.0.10",
-		"vue": "^3.4.21",
+		"vue": "^3.4.23",
 		"vue-clipboard3": "^2.0.0",
 		"vue-demi": "^0.14.7",
 		"vue-grid-layout": "3.0.0-beta1",
-		"vue-i18n": "^9.12.0",
+		"vue-i18n": "^9.13.0",
 		"vue-json-pretty": "^2.4.0",
 		"vue-plugin-hiprint": "0.0.57-beta20",
-		"vue-router": "^4.3.0",
+		"vue-router": "^4.3.2",
 		"vue-signature-pad": "^3.0.2",
 		"vue3-tree-org": "^4.2.2",
 		"xlsx-js-style": "^1.2.0"
@@ -64,23 +64,23 @@
 		"@types/node": "^20.12.7",
 		"@types/nprogress": "^0.2.3",
 		"@types/sortablejs": "^1.15.8",
-		"@typescript-eslint/eslint-plugin": "^7.6.0",
-		"@typescript-eslint/parser": "^7.6.0",
+		"@typescript-eslint/eslint-plugin": "^7.7.0",
+		"@typescript-eslint/parser": "^7.7.0",
 		"@vitejs/plugin-vue": "^5.0.4",
 		"@vitejs/plugin-vue-jsx": "^3.1.0",
-		"@vue/compiler-sfc": "^3.4.21",
-		"code-inspector-plugin": "^0.11.0",
-		"eslint": "^9.0.0",
-		"eslint-plugin-vue": "^9.24.1",
+		"@vue/compiler-sfc": "^3.4.23",
+		"code-inspector-plugin": "^0.12.2",
+		"eslint": "^9.1.0",
+		"eslint-plugin-vue": "^9.25.0",
 		"less": "^4.2.0",
 		"prettier": "^3.2.5",
 		"rollup-plugin-visualizer": "^5.12.0",
 		"sass": "^1.75.0",
 		"terser": "^5.30.3",
 		"typescript": "^5.4.5",
-		"vite": "^5.2.8",
+		"vite": "^5.2.9",
 		"vite-plugin-cdn-import": "^0.3.5",
-		"vite-plugin-compression2": "^1.0.0",
+		"vite-plugin-compression2": "^1.1.0",
 		"vite-plugin-vue-setup-extend-plus": "^0.1.0",
 		"vue-eslint-parser": "^9.4.2"
 	},

+ 0 - 1
Web/src/views/system/config/index.vue

@@ -138,7 +138,6 @@ const getGroupList = async () => {
 
 //表格多选事件
 const tableSelection = (data: EmptyObjectType[]) => {
-	// console.log('表格多选事件', data)
 	state.selectlist = data;
 };
 

+ 0 - 1
Web/src/views/system/database/index.vue

@@ -107,7 +107,6 @@ const state = reactive({
 		name: undefined,
 		code: undefined,
 	},
-	editPosTitle: '',
 	appNamespaces: [] as Array<String>, // 存储位置
 });
 

+ 0 - 1
Web/src/views/system/dict/index.vue

@@ -217,7 +217,6 @@ const handleDictDataQuery = async () => {
 
 // 点击表格
 const handleDictType = (row: any, event: any, column: any) => {
-	console.log(row, event, column);
 	openDictDataDialog(row);
 };