wangfei 6 년 전
부모
커밋
0be9e76cea
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3
    2
      src/pages/system/newOrder/newOrderList/index.vue

+ 3
- 2
src/pages/system/newOrder/newOrderList/index.vue 파일 보기

@@ -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 () {