Compare commits
2 Commits
7e7843b749
...
58b7bccc23
Author | SHA1 | Date | |
---|---|---|---|
58b7bccc23 | |||
2baa525cda |
@ -757,7 +757,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