mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 06:02:38 +08:00
解决cl-table切换数据时高度错误问题
This commit is contained in:
parent
eef160a6ba
commit
628650ce7c
@ -11,7 +11,7 @@
|
||||
"dependencies": {
|
||||
"@codemirror/lang-javascript": "^6.0.1",
|
||||
"@codemirror/theme-one-dark": "^6.0.0",
|
||||
"@cool-vue/crud": "^5.3.5",
|
||||
"@cool-vue/crud": "^5.3.6",
|
||||
"@element-plus/icons-vue": "^2.0.6",
|
||||
"@vueuse/core": "^8.9.4",
|
||||
"axios": "^0.27.2",
|
||||
|
@ -236,7 +236,7 @@ export function deepTree(list: any[]): any[] {
|
||||
|
||||
fn(newList);
|
||||
|
||||
return orderBy(newList, "orderNum").filter((e) => !e.parentId);
|
||||
return orderBy(newList, "orderNum");
|
||||
}
|
||||
|
||||
// 树形转列表
|
||||
|
@ -1052,10 +1052,10 @@
|
||||
style-mod "^4.0.0"
|
||||
w3c-keyname "^2.2.4"
|
||||
|
||||
"@cool-vue/crud@^5.3.5":
|
||||
version "5.3.5"
|
||||
resolved "https://registry.npmjs.org/@cool-vue/crud/-/crud-5.3.5.tgz#350d7b307ce1d0445b78f179ec2d0f16eb91b99c"
|
||||
integrity sha512-xWwxv2zQCYGt4GqHg1vDEsiv2sGhJCKYKjxDW6hTo5O/oNuzm8uVcWGVGKyYn5y8//F8wcmod4Kk1L/OvdvS5w==
|
||||
"@cool-vue/crud@^5.3.6":
|
||||
version "5.3.6"
|
||||
resolved "https://registry.npmjs.org/@cool-vue/crud/-/crud-5.3.6.tgz#2e7fe0e482c25f5181929810e9ec6c9e6557c966"
|
||||
integrity sha512-4cim6t5XpCOnbhEV9cA9akwr45fd/zsGJeLQEv4s7e1dqRRzEDXYa8tIDTZV+LDOLNcevWga/i7AlmmPTc5Q6w==
|
||||
dependencies:
|
||||
array.prototype.flat "^1.2.4"
|
||||
core-js "^3.21.1"
|
||||
|
Loading…
Reference in New Issue
Block a user