feat(模块): 添加了个很棒的功能
This commit is contained in:
parent
ac37e35e94
commit
1c14dfe878
@ -41,7 +41,7 @@ const LeftSelectTree = ({ setSelectedId, reload, actionRef, currentUser, width,
|
||||
if (currentUser?.UserPattern === 2000) {
|
||||
data = await getMerchantShopTree({ BusinessManId: currentUser?.BusinessManID, ShowShop: false });
|
||||
} else {
|
||||
data = await getServerpartTree(currentUser?.ProvinceCode, currentUser?.CityAuthority, true, true, true, false, 1000)
|
||||
data = await getServerpartTree(currentUser?.ProvinceCode, currentUser?.CityAuthority, false, false, false, false )
|
||||
|
||||
// let req: any = {
|
||||
// page: 1,
|
||||
|
||||
@ -671,7 +671,7 @@ const examineModal: React.FC<{ currentUser: any }> = (props) => {
|
||||
|
||||
const req = {
|
||||
ProvinceCode: currentUser?.provinceCode || "510000",
|
||||
StatisticsType: 1000
|
||||
// StatisticsType: 1000
|
||||
}
|
||||
const data = await handleGetServerpartDDL(req)
|
||||
let obj: any = {}
|
||||
|
||||
@ -14,7 +14,10 @@ const { UMI_APP_BASEURL } = process.env;
|
||||
// 修改baseURL为完整的API地址,确保在生产环境中正确访问
|
||||
// const instance = axios.create({ baseURL: 'https://es.robot-z.cn' });
|
||||
|
||||
const instance = axios.create({ baseURL: 'https://admin.es.eshangtech.com/platform' });
|
||||
// const instance = axios.create({ baseURL: 'https://admin.es.eshangtech.com/platform' });
|
||||
|
||||
// const instance = axios.create({ baseURL: 'http://111.229.213.193:18072/' });
|
||||
const instance = axios.create({ baseURL: 'https://java.es.eshangtech.com:443/' });
|
||||
|
||||
|
||||
// const instance = axios.create({ baseURL: 'http://10.104.1.175:8070/platform' });
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user