@@ -377,7 +377,7 @@ export default {
this.spinning = true
this.productForm.salesBillSn = this.$route.params.sn
this.getChoosedList({ salesBillSn: this.$route.params.sn })
- return salesDetailList(Object.assign(parameter, this.productForm)).then(res => {
+ return salesDetailList(Object.assign(parameter, this.productForm, orderBy:'sales_bill_detail.CREATE_DATE desc')).then(res => {
let data
if (res.status == 200) {
data = res.data