宣发明细
@@ -234,7 +235,7 @@ export default {
peopleNum: "",
sendNum: "",
predictNum: "",
- isDepartData: false,
+ colData: []
};
},
@@ -565,6 +566,7 @@ export default {
.then((res) => {
if (res.code ===0) {
if(res.data && res.data.length) {
+ this.colData = res.data
let items = [], xData = [], yData = []
res.data.forEach((item) => {
const i = {type: 'departmentName', id: item.deptId, corpid: this.user.corpId}
@@ -714,7 +716,6 @@ export default {
.broken_right {
font-size: 24px;
- // color: #3399FF;
img {
width: 28px;
@@ -765,6 +766,7 @@ export default {
}
}
+
.brokenEcharts,
.columnarEcharts {
background: #fff;