lilei преди 2 години
родител
ревизия
2aa20ed70e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/salesManagement/salesQueryNew/edit.vue

+ 1 - 1
src/views/salesManagement/salesQueryNew/edit.vue

@@ -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