瀏覽代碼

init

newStyle
wangxiaohua 2 年之前
父節點
當前提交
8d4ba9c213
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      src/views/Statistics/trend.vue

+ 6
- 0
src/views/Statistics/trend.vue 查看文件

@@ -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);


Loading…
取消
儲存