wangfei 6 years ago
parent
commit
0be9e76cea
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      src/pages/system/newOrder/newOrderList/index.vue

+ 3
- 2
src/pages/system/newOrder/newOrderList/index.vue View File

279
         })
279
         })
280
       })
280
       })
281
 
281
 
282
+      _that = this
282
       Promise.all(ps).then((its = []) => {
283
       Promise.all(ps).then((its = []) => {
283
-        this.printList.concat(its.filter(x => x))
284
-        console.log(this.printList)
284
+        _that.printList.concat(its.filter(x => x))
285
+        console.log(_that.printList)
285
       })
286
       })
286
     },
287
     },
287
     open () {
288
     open () {