|
@@ -1322,7 +1322,6 @@ export default {
|
|
|
//各单位在位情况
|
|
|
gedanweizaiweiqingkaung().then((res) => {
|
|
|
if (res.code == 200) {
|
|
|
- console.log(res.data);
|
|
|
this.zwqklist = res.data;
|
|
|
|
|
|
this.center2();
|
|
@@ -1568,7 +1567,6 @@ export default {
|
|
|
normal: {
|
|
|
barBorderRadius: 0,
|
|
|
color: (params) => {
|
|
|
- console.log(params);
|
|
|
if(params.value>80){
|
|
|
// console.log(params);
|
|
|
return colorList9[params.dataIndex];
|