no message
This commit is contained in:
parent
4eaafc9bf0
commit
2937f621fc
@ -179,8 +179,9 @@
|
||||
this.staffId = uni.getStorageSync("inviteStaffId")
|
||||
}
|
||||
this.isExistStoreId();
|
||||
this.getOilType();
|
||||
|
||||
this.getUserAuthority();
|
||||
this.getOilType();
|
||||
},
|
||||
onShow() {
|
||||
// this.isExistStoreId();
|
||||
@ -285,10 +286,13 @@
|
||||
|
||||
//获取油站的油号信息
|
||||
getOilType() {
|
||||
let params = {
|
||||
storeId: uni.getStorageSync("storeId")
|
||||
}
|
||||
request({
|
||||
url: 'business/petrolStationManagement/oilNumber/getList2',
|
||||
method: 'get',
|
||||
// params:{}
|
||||
params: params
|
||||
}).then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.oilTypeList = res.data.records
|
||||
|
Loading…
Reference in New Issue
Block a user