Commit 77ecb1ea by chenjinjing

no message

parent 3f252a17
...@@ -220,27 +220,27 @@ export async function getData(req, res) { ...@@ -220,27 +220,27 @@ export async function getData(req, res) {
let gnjtytz = [ let gnjtytz = [
{ {
key:"一年级", key:"一年级",
value:"12" value:"0"
}, },
{ {
key:"二年级", key:"二年级",
value:"17" value:"0"
}, },
{ {
key:"三年级", key:"三年级",
value:"11" value:"0"
}, },
{ {
key:"四年级", key:"四年级",
value:"6" value:"0"
}, },
{ {
key:"五年级", key:"五年级",
value:"3" value:"0"
}, },
{ {
key:"六年级", key:"六年级",
value:"27" value:"0"
}, },
] ]
ret["gnjtytz"] = {title:"各年级特异体质", dataList:gnjtytz}; ret["gnjtytz"] = {title:"各年级特异体质", dataList:gnjtytz};
......
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