This commit is contained in:
2025-07-15 16:54:03 +08:00
parent a2f7cedc05
commit 655197a2b7
4 changed files with 4 additions and 5 deletions

View File

@@ -168,7 +168,7 @@
},
async _callMaterialConfirm () {
this.disabled = true
if (!this.val1 || !this.val2 || !this.dataList.length) {
if (!this.dataList.length) {
this.disabled = false
return
}