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