This commit is contained in:
朱子楚\zhuzi
2023-06-15 00:42:07 +08:00
parent 91f4f508cc
commit 441c1ab03c
2 changed files with 8 additions and 1 deletions

View File

@ -87,7 +87,7 @@ FluScrollablePage{
text:"删除"
horizontalPadding: 6
onClicked:{
showError(JSON.stringify(dataObject))
table_view.remove(dataModel.index)
}
}
}