This commit is contained in:
神仙都没用 2024-03-23 18:34:50 +08:00
parent 2e8db6926c
commit 7754e14bf4
2 changed files with 3 additions and 4 deletions

View File

@ -258,10 +258,9 @@ function edit(item?: ClViewGroup.Item) {
if (item) {
Object.assign(item, data);
} else {
refresh();
}
refresh();
close();
})
.catch((err) => {

View File

@ -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: "左右侧布局",