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