修改
This commit is contained in:
@@ -118,7 +118,7 @@ export default {
|
||||
},
|
||||
/** 查询区域 */
|
||||
async _pdaRegion () {
|
||||
let res = await pdaRegion('send_empty')
|
||||
let res = await pdaRegion('vehicle_bind')
|
||||
if (res.code === '1') {
|
||||
this.option1 = [...res.result]
|
||||
this.option1.map(el => {
|
||||
@@ -183,7 +183,7 @@ export default {
|
||||
},
|
||||
/** 查询点位 */
|
||||
async _pdaPoint (code) {
|
||||
let res = await pdaPoint('send_empty', code)
|
||||
let res = await pdaPoint('vehicle_bind', code)
|
||||
if (res.code === '1') {
|
||||
this.option2 = [...res.result]
|
||||
this.option2.map(el => {
|
||||
|
||||
Reference in New Issue
Block a user