产线叫料

This commit is contained in:
2025-08-13 09:07:11 +08:00
parent 95d82746a3
commit 4a7bc7ddc1
2 changed files with 3 additions and 3 deletions

View File

@@ -126,7 +126,7 @@
}, },
async _sendPointTask () { async _sendPointTask () {
this.disabled = true this.disabled = true
if (!val1 || !val2) { if (!this.val1 || !this.val2) {
this.disabled = false this.disabled = false
return return
} }

View File

@@ -76,7 +76,7 @@
try { try {
let res = await getRegionByPoint(e) let res = await getRegionByPoint(e)
if (res) { if (res) {
this.val1 = res.code this.val1 = res.region_code
} }
} catch (e) { } catch (e) {
this.val1 = '' this.val1 = ''
@@ -94,7 +94,7 @@
}, },
async _vehicleOutConfirm () { async _vehicleOutConfirm () {
this.disabled = true this.disabled = true
if (!val1 || !val2) { if (!this.val1 || !this.val2) {
this.disabled = false this.disabled = false
return return
} }