This commit is contained in:
parent
afc4c3a14c
commit
0dbe4ef110
|
@ -352,7 +352,10 @@ const getData = async () => {
|
|||
await http.get("/api/ggfwyth/analysis").then((res) => {
|
||||
if (res.code == 200) {
|
||||
// console.log(res.data, "信息推送");
|
||||
data.analysis = res.data;
|
||||
// data.analysis = res.data;
|
||||
data.analysis.lnr = res.data.lnr;
|
||||
data.analysis.push[0].num = res.data.push[0].num;
|
||||
|
||||
const ageBt = ["nl6170", "nl7180", "nl8190", "nl91100", "nl100"];
|
||||
ageBt.forEach((key, index) => {
|
||||
data.whistleblower.culeTotal.data[index] = res.data.lnr.rksj[key];
|
||||
|
|
Loading…
Reference in New Issue