94cb6732 by yangwei

业务量统计重置查询条件后调用查询方法

1 parent 77a31fae
......@@ -130,6 +130,7 @@ export default {
endTime: timeFormat(new Date(),true),
qxdm: ""
};
this.getProcessCounts();
},
//图表渲染
echartInit(chartArr) {
......