产线叫料
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
},
|
||||
async _sendPointTask () {
|
||||
this.disabled = true
|
||||
if (!val1 || !val2) {
|
||||
if (!this.val1 || !this.val2) {
|
||||
this.disabled = false
|
||||
return
|
||||
}
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
try {
|
||||
let res = await getRegionByPoint(e)
|
||||
if (res) {
|
||||
this.val1 = res.code
|
||||
this.val1 = res.region_code
|
||||
}
|
||||
} catch (e) {
|
||||
this.val1 = ''
|
||||
@@ -94,7 +94,7 @@
|
||||
},
|
||||
async _vehicleOutConfirm () {
|
||||
this.disabled = true
|
||||
if (!val1 || !val2) {
|
||||
if (!this.val1 || !this.val2) {
|
||||
this.disabled = false
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user