6b639f3b by chentao

no message

1 parent dee1ae49
......@@ -287,10 +287,8 @@ function submitForm(type) {
type: ''
}
if(showForm.value.form?.type!==undefined){
alert('b');
data.type = showForm.value.form?.type.join('、')
}
alert('c');
const fun = showForm.value.form?.id ? editCourse : addCourse
fun(data).then(res => {
// 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!