瀏覽代碼

init

newStyle
lancer 2 年之前
父節點
當前提交
ecfc5f51d1
共有 2 個檔案被更改,包括 2 行新增0 行删除
  1. +1
    -0
      src/views/Statistics/dataScreeOrg.vue
  2. +1
    -0
      src/views/Statistics/dataScreeSys.vue

+ 1
- 0
src/views/Statistics/dataScreeOrg.vue 查看文件

@@ -383,6 +383,7 @@ export default {
dateType: this.dateType,
agentId: this.selValue == 0 ? this.choicValue : null,
orgCode: this.selValue == 1 ? this.choicValue : null,
orgType: localStorage.getItem("orgType"),
})
.then((res) => {
console.log(res);


+ 1
- 0
src/views/Statistics/dataScreeSys.vue 查看文件

@@ -406,6 +406,7 @@ export default {
dateType: this.dateType,
agentId: this.selValue == 0 ? this.choicValue : null,
orgCode: this.selValue == 1 ? this.choicValue : null,
orgType: localStorage.getItem("orgType"),
})
.then((res) => {
// console.log(res);


Loading…
取消
儲存