This commit is contained in:
clay
2022-01-16 21:14:15 +08:00
parent cac54488da
commit acca664ae5
6 changed files with 33 additions and 27 deletions

View File

@@ -308,13 +308,13 @@ export default {
})
return
}
if (that_.imgurlShow&&(that_.formData.imgurl == ''||that_.formData.imgurl == null)){
Message({
message: "请选择缩略图",
type: "error",
})
return;
}
// if (that_.imgurlShow&&(that_.formData.imgurl == ''||that_.formData.imgurl == null)){
// Message({
// message: "请选择缩略图",
// type: "error",
// })
// return;
// }
}
that_.formData.params = that_.params
if (that_.submit == 0) {