更新数据

This commit is contained in:
2025-07-20 16:02:24 +08:00
parent 32de231f1b
commit a6b918f762
6 changed files with 85 additions and 18 deletions

View File

@ -47,6 +47,7 @@ const init = (lx,row) =>{
const submitForm = () =>{
elform.value.submit((val)=>{
val.id = new Date().getTime();
let obj = { type:type.value, data:val }
emit('change',obj)
showDialog.value = false;