实训调整
This commit is contained in:
parent
678dcc3043
commit
8946835dca
@ -131,7 +131,6 @@ import CMD from '@/scripts/cmdPlugin/CommandEnum';
|
||||
import { mapGetters } from 'vuex';
|
||||
import NoticeInfo from '@/jmapNew/theme/components/menus/childDialog/noticeInfo';
|
||||
import { MouseEvent } from '@/scripts/ConstDic';
|
||||
// import { OperateMode } from '@/scripts/ConstDic';
|
||||
|
||||
export default {
|
||||
name: 'MapButtonMenu',
|
||||
|
@ -32,12 +32,6 @@ export default {
|
||||
])
|
||||
},
|
||||
watch: {
|
||||
// '$store.state.training.tipEvent': function (val) {
|
||||
// setTimeout(() => { this.tipInit(); }, 300);
|
||||
// this.$nextTick(function() {
|
||||
// this.tipInit();
|
||||
// });
|
||||
// }
|
||||
'$store.state.socket.trainingStepTip': function(val) {
|
||||
if (val) {
|
||||
this.$nextTick(function() {
|
||||
@ -95,7 +89,6 @@ export default {
|
||||
} else {
|
||||
this.tipShow = false;
|
||||
}
|
||||
console.log(this.tipShow, this.popShow, this.position);
|
||||
},
|
||||
popTipShow() {
|
||||
this.popShow = true;
|
||||
|
Loading…
Reference in New Issue
Block a user