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