人员定位GPS 设备管理 导出接口更改

This commit is contained in:
jiayu 2024-09-20 09:00:01 +08:00
parent 48843549cf
commit 1df87c10f5

View File

@ -202,7 +202,8 @@ export default {
// projectSn: this.projectSn
// }
// console.log("token",this.$store.state.userInfo.token)
fetch(this.$http.defaults.baseURL + 'xmgl/safetyHatDev/downloadExcelTemplate', {
// xmgl/safetyHatDev/downloadExcelTemplate
fetch(this.$http.defaults.baseURL + 'xmgl/download/exporExcelSafeDevTemplate?projectSn=' + this.$store.state.projectSn, {
method: 'get',
headers: {
Authorization: this.$store.state.userInfo.token,