Commit b231aa44 authored by 我在何方's avatar 我在何方

打包记录优化

parent c71e3ae2
......@@ -59,6 +59,12 @@ export default {
if(this.order && this.orderItemId){
this.queryParams.orderId = this.order.orderId;
this.queryParams.orderItemId = this.orderItemId;
this.getList()
}
},
methods:{
getList(){
orderItemPackLogPage(this.queryParams).then(res => {
this.packData = []
this.$nextTick(() => {
......@@ -66,12 +72,6 @@ export default {
})
this.total = res.data.total;
})
}
},
methods:{
getList(){
},
closeDialog(){
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