Skip to content

Commit

Permalink
更新历史订单分页 和查询
Browse files Browse the repository at this point in the history
  • Loading branch information
ss1917 committed Aug 28, 2019
1 parent 909b77b commit 6b2eac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/task-order/components/task-list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ export default {
},
watch:{
list_id: function(){
console.log(this.list_id)
// console.log(this.list_id)
this.getTaskCheckList(this.list_id)
}
},
Expand Down
1 change: 1 addition & 0 deletions src/view/task-order/task-order-list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default {
on: {
click: () => {
this.getTaskOrderList()
this.list_id = params.row ? params.row.list_id : ''
}
}
},
Expand Down

0 comments on commit 6b2eac5

Please sign in to comment.