Commit 4a9dd11a authored by dragondean@qq.com's avatar dragondean@qq.com

Merge remote-tracking branch 'origin/dev' into dev

parents f740b967 2d19a4cb
...@@ -59,6 +59,12 @@ export default { ...@@ -59,6 +59,12 @@ export default {
if(this.order && this.orderItemId){ if(this.order && this.orderItemId){
this.queryParams.orderId = this.order.orderId; this.queryParams.orderId = this.order.orderId;
this.queryParams.orderItemId = this.orderItemId; this.queryParams.orderItemId = this.orderItemId;
this.getList()
}
},
methods:{
getList(){
orderItemPackLogPage(this.queryParams).then(res => { orderItemPackLogPage(this.queryParams).then(res => {
this.packData = [] this.packData = []
this.$nextTick(() => { this.$nextTick(() => {
...@@ -66,12 +72,6 @@ export default { ...@@ -66,12 +72,6 @@ export default {
}) })
this.total = res.data.total; this.total = res.data.total;
}) })
}
},
methods:{
getList(){
}, },
closeDialog(){ closeDialog(){
this.show = false this.show = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment