医师资格证最少上传两张
This commit is contained in:
parent
6de0f4d303
commit
e09743bfd1
@ -938,6 +938,9 @@ const showCheckedAll=ref(true);
|
||||
if (qualification_cert_list.value.length == 0) {
|
||||
cb("请上传医师资格证")
|
||||
}
|
||||
if (qualification_cert_list.value.length < 2) {
|
||||
cb("医师资格证最少上传两张")
|
||||
}
|
||||
resolve()
|
||||
}, 1000)
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user