Compare commits

..

No commits in common. "5778a8955dd5c96ade7dc35cb991ce83717ccc52" and "e4e23e7508e6a8b1baf77eab0c66df23298643bc" have entirely different histories.

1 changed files with 0 additions and 5 deletions

View File

@ -270,11 +270,6 @@ const updateClassReserv = (formData) => {
}
const addClassReserv = (formData) => {
let ids = formData.resource.join(',')
//
if(!props.bookId){
ElMessage.warning('请选择教材')
return
}
let param = {
className: formData.name,
classType: formData.type,