This commit is contained in:
‘937886381’
2025-12-17 16:26:21 +08:00
parent 484ba6ca53
commit c86d94ac92
16 changed files with 9326 additions and 8961 deletions

View File

@@ -462,7 +462,7 @@ export default {
this.originData = null;
this.hasData = true;
if (this.$refs.searchBarForm) {
this.$refs.searchBarForm.form.timeVal = [];
// this.$refs.searchBarForm.form.timeVal = [];
}
},

View File

@@ -216,6 +216,7 @@ import {
import { getTree } from '@/api/base/equipment';
import { getEquipmentTypePage } from '@/api/base/equipmentType';
import { getEquipmentOverall } from '@/api/base/equipment';
import { getTenantId } from '@/utils/auth'
// import * as XLSX from 'xlsx';
// import FileSaver from 'file-saver';
@@ -569,7 +570,7 @@ export default {
const token = getAccessToken();
const headers = new Headers({
Authorization: `Bearer ${token}`,
'tenant-id': store.getters.userId,
'tenant-id': getTenantId(),
'Content-Type': 'text/event-stream',
});