运行图预览调整

This commit is contained in:
fan 2020-09-04 18:04:32 +08:00
parent 5af9956f5b
commit b47b63305a

View File

@ -140,7 +140,7 @@ export default {
}
},
'$store.state.socket.simulationReset': function (val) {
this.selectSeries = []; this.runSeries = [];
this.selectSeries = []; this.runSeries = []; this.runPlanData = {};
if (this.dialogShow) {
this.loadInitData();
}