flx:修改bug

This commit is contained in:
X_Rian 2024-10-11 17:03:53 +08:00
parent cfb38514dc
commit 09dd596217
3 changed files with 344 additions and 387 deletions

File diff suppressed because it is too large Load Diff

View File

@ -184,7 +184,7 @@ export default {
projectSn: this.$store.state.projectSn, projectSn: this.$store.state.projectSn,
deviceUnitIds: this.checkedCities.join(',') deviceUnitIds: this.checkedCities.join(',')
}; };
fetch(this.$http.defaults.baseURL + 'xmgl/mainProjectCompleteDetail/exportXls', { fetch(this.$http.defaults.baseURL + 'xmgl/mainProjectCompleteDetail/projectOverviewExportXls', {
method: 'post', method: 'post',
headers: { headers: {
Authorization: this.$store.state.userInfo.token, Authorization: this.$store.state.userInfo.token,

View File

@ -310,7 +310,7 @@ export default {
}, },
created() { created() {
this.projectSn = this.$store.state.projectSn; this.projectSn = this.$store.state.projectSn;
this.getProjectQuantityList(); // this.getProjectQuantityList();
}, },
methods: { methods: {
// //