|
|
@@ -388,7 +388,8 @@ export default { |
|
|
|
dataOverviewWithSystemWithDay() { |
|
|
|
this.$api.api |
|
|
|
.dataOverviewWithSystemWithDay({ |
|
|
|
agentId: this.selValue == 0 ? this.choicValue : null, |
|
|
|
// agentId: this.selValue == 0 ? this.choicValue : null, |
|
|
|
agentId: localStorage.getItem('agentId'), |
|
|
|
orgCode: this.selValue == 1 ? this.choicValue : null, |
|
|
|
}) |
|
|
|
.then((res) => { |
|
|
@@ -408,7 +409,8 @@ export default { |
|
|
|
startDate: this.dateType ? "" : this.customtime[0], |
|
|
|
endDate: this.dateType ? "" : this.customtime[1], |
|
|
|
dateType: this.dateType, |
|
|
|
agentId: this.selValue == 0 ? this.choicValue : null, |
|
|
|
// agentId: this.selValue == 0 ? this.choicValue : null, |
|
|
|
agentId: localStorage.getItem('agentId'), |
|
|
|
orgCode: this.selValue == 1 ? this.choicValue : null, |
|
|
|
}) |
|
|
|
.then((res) => { |
|
|
@@ -538,7 +540,8 @@ export default { |
|
|
|
dataOverViewWithSystem() { |
|
|
|
this.$api.api |
|
|
|
.dataOverViewWithSystem({ |
|
|
|
agentId: this.selValue == 0 ? this.choicValue : null, |
|
|
|
// agentId: this.selValue == 0 ? this.choicValue : null, |
|
|
|
agentId: localStorage.getItem('agentId'), |
|
|
|
orgCode: this.selValue == 1 ? this.choicValue : null, |
|
|
|
}) |
|
|
|
.then((res) => { |
|
|
|