修改超声选择一个图问题
This commit is contained in:
parent
e962ca1ffd
commit
2baa525cda
@ -753,7 +753,7 @@ const notes = ref()
|
||||
//保存
|
||||
const save = async () => {
|
||||
try {
|
||||
if (selecteimagedoneid === 0 || selecteimagedtwoid === 0 || selecteimagedthreeid === 0) {
|
||||
if (selecteimagedoneid === 0 && selecteimagedtwoid === 0 && selecteimagedthreeid === 0) {
|
||||
message.warning('请选择影像图')
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user