修改设置仿真状态

This commit is contained in:
ival 2019-08-20 18:46:51 +08:00
parent 474b1fff18
commit 72f1c63e22

View File

@ -89,7 +89,7 @@ function handle(state, data) {
state.tipOperateCount++; state.tipOperateCount++;
break; break;
case 'Simulation_Control_Pause': // 暂停中 case 'Simulation_Control_Pause': // 暂停中
store.dispatch('scriptRecord/simulationPause', msg); store.dispatch('scriptRecord/updateSimulationPause', msg);
} }
} }