更新
This commit is contained in:
@ -54,7 +54,6 @@ const rules = reactive({
|
||||
xzdXz: [{ required: true, message: "请输入现居住地址", trigger: "blur" }],
|
||||
})
|
||||
const init = () =>{
|
||||
|
||||
showDialog.value = true;
|
||||
}
|
||||
|
||||
@ -74,6 +73,7 @@ const closeTag = (idx) =>{
|
||||
|
||||
const submitForm = () =>{
|
||||
elform.value.submit((val)=>{
|
||||
val.id = new Date().getTime()
|
||||
emit('change',val)
|
||||
showDialog.value = false;
|
||||
})
|
||||
|
Reference in New Issue
Block a user