This commit is contained in:
duanxiaohai 2024-06-25 16:43:17 +08:00
parent afc4c3a14c
commit 0dbe4ef110
1 changed files with 4 additions and 1 deletions

View File

@ -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];