人员定位GPS 设备管理 导出接口更改
This commit is contained in:
parent
48843549cf
commit
1df87c10f5
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user