Commit a95216ca by chenjinjing

no message

parent 5a24b62f
...@@ -119,7 +119,7 @@ export async function getPinyinName(req, res) { ...@@ -119,7 +119,7 @@ export async function getPinyinName(req, res) {
let enterpriseNameList = []; let enterpriseNameList = [];
dbList.forEach( info => { dbList.forEach( info => {
enterpriseNameList.push(info.eId, info.enterpriseName); enterpriseNameList.push({eId:info.eId, enterpriseName:info.enterpriseName});
}) })
ret['qymcList'] = enterpriseNameList; ret['qymcList'] = enterpriseNameList;
......
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