Compare commits

...

3 Commits

Author SHA1 Message Date
Kane ee04d00cad 升级依赖! 2023-04-10 23:56:32 +08:00
Kane 08a154440e 保存进度! 2023-04-10 23:55:09 +08:00
Kane 8b4b664685 升级组件 2023-04-10 23:54:28 +08:00
3 changed files with 19 additions and 20 deletions

View File

@ -15,7 +15,7 @@
"axios": "^1.3.5",
"babel": "^6.23.0",
"echarts": "^5.4.2",
"element-plus": "^2.3.2",
"element-plus": "^2.3.3",
"moment": "^2.29.4",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
@ -25,12 +25,12 @@
"@babel/eslint-parser": "^7.21.3",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/cli-plugin-eslint": "^5.0.8",
"eslint": "^8.37.0",
"eslint": "^8.38.0",
"eslint-config-recommended": "^4.1.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-vue": "^9.10.0",
"sass": "^1.61.0",
"typescript": "^5.0.3",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vue-eslint-parser": "^9.1.1"
}
@ -835,9 +835,9 @@
}
},
"node_modules/@eslint/js": {
"version": "8.37.0",
"resolved": "https://registry.npmmirror.com/@eslint/js/-/js-8.37.0.tgz",
"integrity": "sha512-x5vzdtOOGgFVDCUs81QRB2+liax8rFg3+7hqM+QhBG0/G3F1ZsoYl97UrqgHgQ9KKT7G6c4V+aTUCgu/n22v1A==",
"version": "8.38.0",
"resolved": "https://registry.npmmirror.com/@eslint/js/-/js-8.38.0.tgz",
"integrity": "sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==",
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
@ -4188,9 +4188,9 @@
"dev": true
},
"node_modules/element-plus": {
"version": "2.3.2",
"resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.3.2.tgz",
"integrity": "sha512-NIK0QckKKagdlMm3eLoVoD4Lkfj5ECzpZAxwrRLdm1Yi5qiTU9Guor33+IbIa52z4gHMuhMxgSVS2xAGmjLHsw==",
"version": "2.3.3",
"resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.3.3.tgz",
"integrity": "sha512-Zy61OXrG6b4FF3h29A9ZOUkaEQXjCuFwNa7DlpB3Vo+42Tw5zBbHe5a4BY7i56TVJG5xTbS9UQyA726J91pDqg==",
"dependencies": {
"@ctrl/tinycolor": "^3.4.1",
"@element-plus/icons-vue": "^2.0.6",
@ -4435,14 +4435,14 @@
}
},
"node_modules/eslint": {
"version": "8.37.0",
"resolved": "https://registry.npmmirror.com/eslint/-/eslint-8.37.0.tgz",
"integrity": "sha512-NU3Ps9nI05GUoVMxcZx1J8CNR6xOvUT4jAUMH5+z8lpp3aEdPVCImKw6PWG4PY+Vfkpr+jvMpxs/qoE7wq0sPw==",
"version": "8.38.0",
"resolved": "https://registry.npmmirror.com/eslint/-/eslint-8.38.0.tgz",
"integrity": "sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==",
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.4.0",
"@eslint/eslintrc": "^2.0.2",
"@eslint/js": "8.37.0",
"@eslint/js": "8.38.0",
"@humanwhocodes/config-array": "^0.11.8",
"@humanwhocodes/module-importer": "^1.0.1",
"@nodelib/fs.walk": "^1.2.8",
@ -11899,9 +11899,9 @@
}
},
"node_modules/typescript": {
"version": "5.0.3",
"resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.0.3.tgz",
"integrity": "sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==",
"version": "5.0.4",
"resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.0.4.tgz",
"integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"

View File

@ -16,7 +16,7 @@
"axios": "^1.3.5",
"babel": "^6.23.0",
"echarts": "^5.4.2",
"element-plus": "^2.3.2",
"element-plus": "^2.3.3",
"moment": "^2.29.4",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
@ -26,12 +26,12 @@
"@babel/eslint-parser": "^7.21.3",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/cli-plugin-eslint": "^5.0.8",
"eslint": "^8.37.0",
"eslint": "^8.38.0",
"eslint-config-recommended": "^4.1.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-vue": "^9.10.0",
"sass": "^1.61.0",
"typescript": "^5.0.3",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vue-eslint-parser": "^9.1.1"
}

View File

@ -30,7 +30,6 @@ public class TeleSalerQueryResult extends QueryResult
* @param teamName: 团队名称
* @param departmentCode: 部门代码
* @param departmentName: 部门名称
* @return {*}
*/
public TeleSalerQueryResult( boolean success, String message, String teleSalerCode,
String teleSalerName, String teamCode, String teamName, String departmentCode,