@@ -920,7 +920,7 @@ export default {
return false
}
- if(form.examMusicTheoryId == 999 && !form.lastMusicTheoryCertificateUrl) {
+ if(form.examMusicTheoryId == 999 && form.levelId > 2 && !form.lastMusicTheoryCertificateUrl) {
this.$toast('请上传乐理证书')