去掉断点

This commit is contained in:
joylink_cuiweidong 2022-08-04 15:50:39 +08:00
parent 3d0782952c
commit 425a350d07
2 changed files with 2 additions and 1 deletions

View File

@ -247,6 +247,7 @@ export default {
},
mounted() {
this.group = this.$route.query.group;
// debugger;
this.$nextTick(() => {
this.$store.dispatch('config/updateMenuBar');
if (this.isCtc) {

View File

@ -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) || {};