This commit is contained in:
熊成强 2020-11-18 17:18:00 +08:00
parent c722721a8e
commit ded68eb370

View File

@ -296,7 +296,7 @@ export default {
this.handleChartDataReq(val[1])
},
//
async handleChartDataReq (startId = this.defaultId) {
async handleChartDataReq (startId = this.defaultId || '') {
let params = {
startId: startId
}