Commit 84776124 by chenjinjing

no message

parent ceeccf31
......@@ -245,7 +245,7 @@ export async function getData(req, res) {
}
let grcg = [];
for (let key in grcgData) {
grcg.push({key, value:grcgData[key], detailed:[]});
grcg.push({key, value:grcgData[key], detailed:[["-", "-"]]});
}
ret["grcg"] = {title:"个人成果", dataList:grcg};
......
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