删除日志

This commit is contained in:
fan 2023-05-21 16:31:04 +08:00
parent 240f779afb
commit 144fecf31a
10 changed files with 6 additions and 22 deletions

View File

@ -130,9 +130,8 @@ export default {
}
return name;
},
expandPath() {
console.log('展开进路预览');
},
// expandPath() {
// },
doShow(operate, selected, tempData) {
this.selected = selected;
//

View File

@ -86,9 +86,6 @@ export default {
}
},
methods: {
expandPath() {
console.log('展开进路预览');
},
doShow(operate, selected, tempData) {
this.selected = selected;
//

View File

@ -126,7 +126,7 @@ export default {
try {
this.setMap(this.mapData, this.mapDevice);
} catch (error) {
console.log('[ERROR] ', error);
console.error('[ERROR] ', error);
}
},
//

View File

@ -153,9 +153,6 @@ export default {
}
},
methods: {
expandPath() {
console.log('展开进路预览');
},
doShow(operate) {
//
this.dialogShow = true;

View File

@ -113,9 +113,6 @@ export default {
}
},
methods: {
expandPath() {
console.log('展开进路预览');
},
doShow(data) {
this.activeName = data.active;
//

View File

@ -98,9 +98,8 @@ export default {
}
},
methods: {
expandPath() {
console.log('展开进路预览');
},
// expandPath() {
// },
doShow(operate, selected, tempData) {
this.selected = selected;
//

View File

@ -82,7 +82,7 @@ export default {
sendCommandNew(this.group, 'KEY_LINK_CONTROL_INFO_QUERY', params).then((res) => {
this.searchList = res.data;
}).catch(error => {
console.log('查询失败!', error);
console.error('查询失败!', error);
});
}
}

View File

@ -145,7 +145,6 @@ export default {
this.onRunningRouteChange();
this.dataLoading = false;
}).catch(_ => {
console.log(_);
this.dataLoading = false;
this.$messageBox(`获取交路列表失败`);
});

View File

@ -147,7 +147,6 @@ export default {
center: true
}).then(() => {
clearPlaningData(this.loadRunPlanId).then(resp => {
console.log('清除数据成功!');
this.$emit('refresh');
}).catch(() => {
this.$message.error('清除数据失败!');

View File

@ -772,7 +772,6 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
console.log('无线受令代签');
const rcId = this.getRcId(this.trainRow.code);
const params = {cmdId: this.command.cmdId, rcId: rcId, proxySign: true};
const operate = {
@ -1368,7 +1367,6 @@ export default {
});
},
cacheCmd(showMsg) {
console.log('缓存', this.command);
return new Promise(async(resolve, reject) => {
const data = JSON.parse(JSON.stringify(this.command));
const idList = await this.getCompanyIdList(data.rcvCompanies.length + 1);
@ -1410,7 +1408,6 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
console.log('代签');
const rcId = this.getRcId(this.allographRow.code);
const params = {cmdId: this.command.cmdId, rcId: rcId, proxySign: true};
const operate = {