浏览代码

Update index.vue

lex 1 年之前
父节点
当前提交
2af2b0898b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/reportForm/index.vue

+ 2 - 2
src/views/reportForm/index.vue

@@ -1792,7 +1792,7 @@ export default {
     exportIncome() {
       let data = {
         date: this.mouthIncome,
-        organIds: this.incomeOrganId.join(",")
+        organId: this.incomeOrganId.join(",")
       };
       return data;
     },
@@ -1825,7 +1825,7 @@ export default {
     },
     exportEchelonData() {
       let data = {
-        organIds: this.echelonDataOrganId.join(",")
+        organId: this.echelonDataOrganId.join(",")
       };
       return data;
     },