Commit 14ab2cee by 李君

优化

1 parent 8fbb03b3
...@@ -296,7 +296,7 @@ export default { ...@@ -296,7 +296,7 @@ export default {
this.ctxDevice.lineTo((item.x / 1920) * this.canvasDevice.width, (item.y / 1080) * this.canvasDevice.height) this.ctxDevice.lineTo((item.x / 1920) * this.canvasDevice.width, (item.y / 1080) * this.canvasDevice.height)
} }
}) })
this.ctxDevice.closePath(); // this.ctxDevice.closePath();
this.ctxDevice.stroke(); this.ctxDevice.stroke();
} }
}, },
......
...@@ -515,6 +515,7 @@ ...@@ -515,6 +515,7 @@
}, },
getCountData(time){ getCountData(time){
this.$api.queueManagementApi.getCountData({ this.$api.queueManagementApi.getCountData({
mallId: this.searchForm.mallId,
cashierAreaId: this.searchForm.cashierAreaId, cashierAreaId: this.searchForm.cashierAreaId,
countDate: moment(this.searchForm.countDate[0]).format('YYYY-MM-DD'), countDate: moment(this.searchForm.countDate[0]).format('YYYY-MM-DD'),
startCountTime: time?moment(this.progressTime).format('YYYY-MM-DD HH:mm:ss'):moment(this.searchForm.countDate[0]).format('YYYY-MM-DD HH:mm:ss') startCountTime: time?moment(this.progressTime).format('YYYY-MM-DD HH:mm:ss'):moment(this.searchForm.countDate[0]).format('YYYY-MM-DD HH:mm:ss')
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!