no message

This commit is contained in:
wangh 2023-12-05 10:37:36 +08:00
parent 4eaafc9bf0
commit 2937f621fc

View File

@ -179,8 +179,9 @@
this.staffId = uni.getStorageSync("inviteStaffId") this.staffId = uni.getStorageSync("inviteStaffId")
} }
this.isExistStoreId(); this.isExistStoreId();
this.getOilType();
this.getUserAuthority(); this.getUserAuthority();
this.getOilType();
}, },
onShow() { onShow() {
// this.isExistStoreId(); // this.isExistStoreId();
@ -285,10 +286,13 @@
// //
getOilType() { getOilType() {
let params = {
storeId: uni.getStorageSync("storeId")
}
request({ request({
url: 'business/petrolStationManagement/oilNumber/getList2', url: 'business/petrolStationManagement/oilNumber/getList2',
method: 'get', method: 'get',
// params:{} params: params
}).then((res) => { }).then((res) => {
if (res.code == 200) { if (res.code == 200) {
this.oilTypeList = res.data.records this.oilTypeList = res.data.records