子卷
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user