软废清洗出库

This commit is contained in:
2022-11-07 09:01:43 +08:00
parent f6557f7180
commit 5ce59a0fec

View File

@@ -199,11 +199,11 @@ export default {
},
returnStore () {
this.disabled2 = true
if (this.val1 && this.val2) {
this._backstore()
} else {
if (!(this.val1 && this.val2)) {
this.disabled2 = false
return
}
this._backstore()
}
}
}