6b639f3b by chentao

no message

1 parent dee1ae49
...@@ -287,10 +287,8 @@ function submitForm(type) { ...@@ -287,10 +287,8 @@ function submitForm(type) {
287 type: '' 287 type: ''
288 } 288 }
289 if(showForm.value.form?.type!==undefined){ 289 if(showForm.value.form?.type!==undefined){
290 alert('b');
291 data.type = showForm.value.form?.type.join('、') 290 data.type = showForm.value.form?.type.join('、')
292 } 291 }
293 alert('c');
294 const fun = showForm.value.form?.id ? editCourse : addCourse 292 const fun = showForm.value.form?.id ? editCourse : addCourse
295 fun(data).then(res => { 293 fun(data).then(res => {
296 // console.log(res); 294 // console.log(res);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!