mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-12 05:32:48 +00:00
优化
This commit is contained in:
parent
2e8db6926c
commit
7754e14bf4
@ -258,10 +258,9 @@ function edit(item?: ClViewGroup.Item) {
|
||||
|
||||
if (item) {
|
||||
Object.assign(item, data);
|
||||
} else {
|
||||
refresh();
|
||||
}
|
||||
|
||||
refresh();
|
||||
close();
|
||||
})
|
||||
.catch((err) => {
|
||||
|
||||
@ -5,8 +5,8 @@ export default (): ModuleConfig => {
|
||||
label: "视图组件",
|
||||
description: "左右侧布局、顶部详情等",
|
||||
author: "COOL",
|
||||
version: "1.0.2",
|
||||
updateTime: "2024-02-26",
|
||||
version: "1.0.3",
|
||||
updateTime: "2024-03-23",
|
||||
demo: [
|
||||
{
|
||||
name: "左右侧布局",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user