实现未来规划列表界面渲染部分建制数据
This commit is contained in:
parent
a2a9bb379d
commit
9d2c30f506
|
|
@ -17,7 +17,6 @@ export function getInstitutionalList(params = {}) {
|
||||||
orderByColumn: "createTime",
|
orderByColumn: "createTime",
|
||||||
isAsc: "descending",
|
isAsc: "descending",
|
||||||
};
|
};
|
||||||
|
|
||||||
return get("/app/formed/listFormed", { ...defaultParams, ...params });
|
return get("/app/formed/listFormed", { ...defaultParams, ...params });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ export const PAGE_ROUTES = {
|
||||||
ACTIVITY: "/pages/activity/activity",
|
ACTIVITY: "/pages/activity/activity",
|
||||||
PRAY: "/pages/pray/pray",
|
PRAY: "/pages/pray/pray",
|
||||||
PC: "/pages/personalCenter/personalCenter",
|
PC: "/pages/personalCenter/personalCenter",
|
||||||
FUTURE: "/pages/institutionalStructure/institutionalStructure?pageStatus=1",
|
FUTURE: "/pages/institutionalStructure/institutionalStructure?pageStatus=2",
|
||||||
|
|
||||||
// 待开发页面
|
// 待开发页面
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user