d295720f by chentao

no message

1 parent aadf1caf
...@@ -282,7 +282,7 @@ function handleDel(row) { ...@@ -282,7 +282,7 @@ function handleDel(row) {
282 282
283 function submitForm(type) { 283 function submitForm(type) {
284 alert(showForm.value.form?.type) 284 alert(showForm.value.form?.type)
285 if(showForm.value.form?.type) 285 if(showForm.value.form?.type){
286 const data = { 286 const data = {
287 ...showForm.value.form, 287 ...showForm.value.form,
288 type: showForm.value.form?.type.join('、') 288 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!