去掉断点
This commit is contained in:
parent
3d0782952c
commit
425a350d07
@ -247,6 +247,7 @@ export default {
|
||||
},
|
||||
mounted() {
|
||||
this.group = this.$route.query.group;
|
||||
// debugger;
|
||||
this.$nextTick(() => {
|
||||
this.$store.dispatch('config/updateMenuBar');
|
||||
if (this.isCtc) {
|
||||
|
@ -673,7 +673,7 @@ export const operateEnum = {
|
||||
|
||||
// 转换函数
|
||||
export function covertOperate(operationType, operationParamMap) {
|
||||
debugger;
|
||||
// debugger;
|
||||
if (operationType == 'Set_Fault' || operationType == 'Cancel_Fault') {
|
||||
let deviceName = '';
|
||||
const device = store.getters['map/getDeviceByCode'](operationParamMap.code) || {};
|
||||
|
Loading…
Reference in New Issue
Block a user