Commit 4a1e436f authored by “yiyousong”'s avatar “yiyousong”

pref:修改首页报表获取

parent ba5724c5
......@@ -190,6 +190,7 @@ export default {
async censusListInterface() {
this.siteId = Storage.get(2, "siteId");
let res = await censusListInterface({ siteId: this.siteId });
if (res.code == 1) {
let {
CensusType_1,
CensusType_2,
......@@ -207,6 +208,7 @@ export default {
this.CensusType_4 = CensusType_4.filter((v) => v.status != 0);
if (CensusType_5 && CensusType_5.length)
this.CensusType_5 = CensusType_5.filter((v) => v.status != 0);
}
},
// 查看数据
handleCkeck(path) {
......
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