Compare commits
2 Commits
22bf45eda2
...
b2119b4fd7
| Author | SHA1 | Date | |
|---|---|---|---|
| b2119b4fd7 | |||
| 63b6028690 |
@@ -238,6 +238,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
async getDriverList(){
|
async getDriverList(){
|
||||||
|
this.driverList=[]
|
||||||
let res = await driverList({
|
let res = await driverList({
|
||||||
pageNum:this.pageNum,
|
pageNum:this.pageNum,
|
||||||
pageSize:this.pageSize,
|
pageSize:this.pageSize,
|
||||||
|
|||||||
@@ -268,7 +268,7 @@
|
|||||||
this.$toast('服务区域不能为空')
|
this.$toast('服务区域不能为空')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
// this.wechatId='wmOTNXBwAABrvKkE_Fh8ZN8Xm2S9v2wQ'
|
this.wechatId='wmOTNXBwAABrvKkE_Fh8ZN8Xm2S9v2wQ'
|
||||||
if(!this.wechatId) {
|
if(!this.wechatId) {
|
||||||
await this.QrCodeResult();
|
await this.QrCodeResult();
|
||||||
if( !this.wechatId ) {
|
if( !this.wechatId ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user