Commit b76c180c by 蒋勇

d

parent 73bbaea1
......@@ -197,7 +197,7 @@ class RptTypeService extends ServiceBase{
tmp[item.indexName]=Number(item.status);
}else{
var tmp2={};
tmp2[item.indexName]=escape(item.status);
tmp2[item.indexName]=item.status;
arrayfi.push(tmp2);
}
}));
......
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