Browse Source

fix error

lushuncheng 6 years ago
parent
commit
ee5e83d36b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/main/index/qingtuanbao.vue

+ 2 - 1
pages/main/index/qingtuanbao.vue

@@ -183,7 +183,8 @@ export default {
       // 列表数据
       tableData: [],
       drawData: {
-        accountBalance: {}
+        accountBalance: {},
+        list: []
       }
     };
   },