更新数据
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user