51dd3927 by chentao

no message

1 parent d295720f
......@@ -282,7 +282,7 @@ function handleDel(row) {
function submitForm(type) {
alert(showForm.value.form?.type)
if(showForm.value.form?.type){
if(showForm.value.form?.type!="undefined"){
const data = {
...showForm.value.form,
type: showForm.value.form?.type.join('、')
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!