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,
|
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,
|
||||||
|
|||||||
@ -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: {
|
||||||
// 弹窗
|
// 弹窗
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user