免费公里数回显
This commit is contained in:
parent
f158998991
commit
c69c270083
|
@ -71,7 +71,7 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
onLoad() {
|
||||
this.getUserInfo();
|
||||
this.getArtificer();
|
||||
},
|
||||
|
@ -84,6 +84,7 @@
|
|||
this.$Request.getT("/app/artificer/selectArtificer").then(res => {
|
||||
if (res.code == 0) {
|
||||
this.tripWay = res.data.tripWay ? res.data.tripWay : 0;
|
||||
this.tripWayNum=res.data.tripWayNum
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue