Commit 437d040e by lixinming

no message

parent 49a2a6d4
......@@ -135,7 +135,7 @@ export async function xueHuiGaiKuang() {
xueHuiLingDaoData.forEach(info => {
let item:any = extractData(info, ["name", "position", "imgUrl", "miniImgUrl", "desc"]);
item.position = changeEnumValue(XUEHUILINGDAOZHIWEI, item.position);
result.xueHuiLingDao.push();
result.xueHuiLingDao.push(item);
});
/**组织架构 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment