|
|
@@ -422,6 +422,9 @@ export default { |
|
|
|
if(obj.orgType == 1){ |
|
|
|
obj.agentId=localStorage.getItem("agentId") |
|
|
|
} |
|
|
|
if(obj.orgType==2){ |
|
|
|
obj.orgCode=localStorage.getItem("orgCode") |
|
|
|
} |
|
|
|
this.$api.api.receptionOverviewOfSystem(obj).then((res) => { |
|
|
|
this.compare = res.data.firstData; |
|
|
|
if (this.selectTime1) { |
|
|
@@ -447,6 +450,9 @@ export default { |
|
|
|
}; |
|
|
|
if(obj.orgType == 1){ |
|
|
|
obj.agentId=localStorage.getItem("agentId") |
|
|
|
} |
|
|
|
if(obj.orgType==2){ |
|
|
|
obj.orgCode=localStorage.getItem("orgCode") |
|
|
|
} |
|
|
|
if (!this.selectTime1) { |
|
|
|
let res = await this.$api.api.receptionDataOfSystem(obj); |
|
|
|