This commit is contained in:
joylink_zyy 2020-05-10 22:20:29 +08:00
commit e62afeb9ca
3 changed files with 4 additions and 4 deletions

View File

@ -186,7 +186,7 @@
type:type,
param:param
};
sendSimulationCommand(this.group,command);
// sendSimulationCommand(this.group,command);
}else{
}

View File

@ -62,7 +62,7 @@
<script>
import Vue from 'vue';
import { sendSimulationCommand } from '@/api/simulation.js';
// import { sendSimulationCommand } from '@/api/simulation.js';
export default {
name: 'RightPane',
@ -154,7 +154,7 @@
type: type,
param: param
};
sendSimulationCommand(this.group,command);
// sendSimulationCommand(this.group,command);
}else{
}

View File

@ -131,7 +131,7 @@
<script>
import Vue from 'vue';
import { sendSimulationCommand } from '@/api/simulation.js';
// import { sendSimulationCommand } from '@/api/simulation.js';
export default {
name: 'TopRightPane',