flx:修改bug
This commit is contained in:
parent
cfb38514dc
commit
09dd596217
File diff suppressed because it is too large
Load Diff
@ -184,7 +184,7 @@ export default {
|
||||
projectSn: this.$store.state.projectSn,
|
||||
deviceUnitIds: this.checkedCities.join(',')
|
||||
};
|
||||
fetch(this.$http.defaults.baseURL + 'xmgl/mainProjectCompleteDetail/exportXls', {
|
||||
fetch(this.$http.defaults.baseURL + 'xmgl/mainProjectCompleteDetail/projectOverviewExportXls', {
|
||||
method: 'post',
|
||||
headers: {
|
||||
Authorization: this.$store.state.userInfo.token,
|
||||
|
||||
@ -310,7 +310,7 @@ export default {
|
||||
},
|
||||
created() {
|
||||
this.projectSn = this.$store.state.projectSn;
|
||||
this.getProjectQuantityList();
|
||||
// this.getProjectQuantityList();
|
||||
},
|
||||
methods: {
|
||||
// 弹窗
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user