修复异常

This commit is contained in:
aixianling
2022-12-12 15:26:29 +08:00
parent 32021ca967
commit 696e0c971a

View File

@@ -99,7 +99,7 @@ export default {
}
},
check() {
return !this.detail.filter(e => e.inputType == '0')?.some(e => {
return !this.detail.filter(e => e.inputType == '2')?.some(e => {
const desc = [e.groupLevel1Name, e.groupLevel2Name, e.fieldName].filter(Boolean)?.join("-")
if (e.mustFill == 1 && !e.fieldValue) {
this.$u.toast("请填写" + desc)