wangfei 6 anos atrás
pai
commit
0be9e76cea
1 arquivos alterados com 3 adições e 2 exclusões
  1. 3
    2
      src/pages/system/newOrder/newOrderList/index.vue

+ 3
- 2
src/pages/system/newOrder/newOrderList/index.vue Ver arquivo

@@ -279,9 +279,10 @@ export default {
279 279
         })
280 280
       })
281 281
 
282
+      _that = this
282 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 288
     open () {