This commit is contained in:
2022-10-12 15:59:14 +08:00
parent 5f460c6e31
commit 36d23a7a4b
4 changed files with 356 additions and 10 deletions

View File

@@ -104,7 +104,7 @@
};
},
created () {
// this._queryProductArea()
this._queryProductArea()
},
methods: {
/** 选择器 */
@@ -130,7 +130,7 @@
/** 确认 */
async _casingConfirm () {
this.disabled = true
if (!this.checkArr.length) {
if (!this.checkArr.length || !this.val2) {
this.disabled = false
return
}