完成:黄家明项目的开发并存档
This commit is contained in:
@@ -41,6 +41,13 @@ const List = () => {
|
||||
where.organizationId = Taro.getStorageSync('OrganizationId');
|
||||
}
|
||||
}
|
||||
if(roleCode == 'Installer'){
|
||||
// @ts-ignore
|
||||
where.installerId = Taro.getStorageSync('UserId')
|
||||
}
|
||||
if(roleCode == 'user'){
|
||||
return false;
|
||||
}
|
||||
|
||||
// 获取车辆列表
|
||||
pageHjmCar(where).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user