|
@@ -496,6 +496,7 @@ export default {
|
|
|
this.dataLow.kxsNum = res.kxsNum;
|
|
|
this.dataLow.proportion =
|
|
|
(res.kxsNum / res.num).toFixed(2) * 100 + "%";
|
|
|
+ this.dataLow.cont = arr;
|
|
|
} else if (res.risk == "优先") {
|
|
|
let arr = res.yjNum + res.jyNum + res.fxNum;
|
|
|
this.dataLowcp.data = [
|
|
@@ -523,6 +524,7 @@ export default {
|
|
|
this.dataLowcp.kxsNum = res.kxsNum;
|
|
|
this.dataLowcp.proportion =
|
|
|
(res.kxsNum / res.num).toFixed(2) * 100 + "%";
|
|
|
+ this.dataLowcp.cont = arr;
|
|
|
} else if (res.risk == "普通") {
|
|
|
let arr = res.yjNum + res.jyNum + res.fxNum;
|
|
|
this.dataLowpt.data = [
|
|
@@ -550,6 +552,7 @@ export default {
|
|
|
this.dataLowpt.kxsNum = res.kxsNum;
|
|
|
this.dataLowpt.proportion =
|
|
|
(res.kxsNum / res.num).toFixed(2) * 100 + "%";
|
|
|
+ this.dataLowpt.cont = arr;
|
|
|
} else if (res.risk == "严控") {
|
|
|
let arr = res.yjNum + res.jyNum + res.fxNum;
|
|
|
this.dataLowyk.data = [
|
|
@@ -577,6 +580,7 @@ export default {
|
|
|
this.dataLowyk.kxsNum = res.kxsNum;
|
|
|
this.dataLowyk.proportion =
|
|
|
(res.kxsNum / res.num).toFixed(2) * 100 + "%";
|
|
|
+ this.dataLowyk.cont = arr;
|
|
|
} else if (res.risk == "高风险") {
|
|
|
let arr = res.yjNum + res.jyNum + res.fxNum;
|
|
|
this.dataLowgf.data = [
|
|
@@ -606,10 +610,9 @@ export default {
|
|
|
this.dataLowgf.kxsNum = res.kxsNum;
|
|
|
this.dataLowgf.proportion =
|
|
|
(res.kxsNum / res.num).toFixed(2) * 100 + "%";
|
|
|
+ this.dataLowgf.cont = arr;
|
|
|
}
|
|
|
});
|
|
|
- console.log(result.data, "11");
|
|
|
- console.log(this.dataLowgf.data, "222");
|
|
|
this.$refs.chart.init();
|
|
|
} catch (error) {
|
|
|
console.log(error);
|