a889da9f by chentao

no message

1 parent 636bd61a
......@@ -281,7 +281,7 @@ function handleDel(row) {
}
function submitForm(type) {
if(showForm.value.form?.type)
const data = {
...showForm.value.form,
type: showForm.value.form?.type.join('、')
......@@ -293,6 +293,7 @@ function submitForm(type) {
getList()
showForm.value.open = false
})
}
}
function closeDialog() {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!