lilei 2 năm trước cách đây
mục cha
commit
acfa7413fc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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, orderBy:'sales_bill_detail.CREATE_DATE desc')).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