退菜增加弹框关闭时重置选择原因以及输入

This commit is contained in:
YeMingfei666 2024-10-31 15:07:32 +08:00
parent 6bf5c69361
commit 1e8de97835
1 changed files with 4 additions and 0 deletions

View File

@ -157,6 +157,10 @@
function close() {
model.value.close()
tags.value.map(v=>{
v.checked=false
})
form.note=''
}
function confirm() {