yusheng 10 ヶ月 前
コミット
15dd6e1bae
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/saleManage/saleOrder/invoice/index.vue

+ 1 - 1
src/views/saleManage/saleOrder/invoice/index.vue

@@ -427,7 +427,7 @@
       datasource({ page, limit, where, order }) {
         if (this.saleOrderData.id) {
           //订单详情进入
-          where['orderNo'] = this.saleOrderData.orderNo;
+          where['orderId'] = this.saleOrderData.id;
         }
         if (this.contactData.id) {
           where['contactId'] = this.contactData.id;