zhangjie hai 1 ano
pai
achega
d31d7f50fe
Modificáronse 1 ficheiros con 11 adicións e 1 borrados
  1. 11 1
      src/modules/print/views/PrintTaskManage.vue

+ 11 - 1
src/modules/print/views/PrintTaskManage.vue

@@ -505,7 +505,17 @@ export default {
       current: 1,
       current: 1,
       size: this.GLOBAL.pageSize,
       size: this.GLOBAL.pageSize,
       total: 0,
       total: 0,
-      totalInfo: {},
+      totalInfo: {
+        totalSubjects: 0,
+        packageCount: 0,
+        paperCount: 0,
+        paperPages: 0,
+        cardPages: 0,
+        pagesA4: 0,
+        paperPagesLeft: 0,
+        cardPagesLeft: 0,
+        pagesA4Left: 0,
+      },
       dataList: [],
       dataList: [],
       curRow: {},
       curRow: {},
       multipleSelection: [],
       multipleSelection: [],