|
@@ -300,7 +300,7 @@ export default {
|
|
})
|
|
})
|
|
},
|
|
},
|
|
RemarksOrder: function(id) {
|
|
RemarksOrder: function(id) {
|
|
- getRemarks({ orderId: id }).then(response => {
|
|
|
|
|
|
+ getRemarks(id).then(response => {
|
|
this.dialogRemarkList = response.data
|
|
this.dialogRemarkList = response.data
|
|
})
|
|
})
|
|
this.dialogRemarksorderId = id
|
|
this.dialogRemarksorderId = id
|