token问题使用sotorage方式存储和读取
This commit is contained in:
@@ -98,7 +98,7 @@ export default {
|
||||
await this.getDriverList();
|
||||
setTimeout(()=>{
|
||||
this.$toast('操作成功')
|
||||
},)
|
||||
},2000)
|
||||
console.log("item",res)
|
||||
},
|
||||
updateDriver(item){
|
||||
@@ -120,7 +120,6 @@ export default {
|
||||
if(num <= this.pageNum){
|
||||
// console.log("不在加载数据")
|
||||
}else{
|
||||
console.log("111111111111")
|
||||
this.pageNum++;
|
||||
await this.getDriverList()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user