From 6c925eab5c1b855a13b641027992dee2196d534b Mon Sep 17 00:00:00 2001 From: Wik-T <812952667@qq.com> Date: Thu, 13 Jul 2023 09:47:58 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/collectNotes/collectNotes.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/index/collectNotes/collectNotes.vue b/pages/index/collectNotes/collectNotes.vue index 5b1dc81..2785f94 100644 --- a/pages/index/collectNotes/collectNotes.vue +++ b/pages/index/collectNotes/collectNotes.vue @@ -198,7 +198,8 @@ getMerList(item) { let datas = { pageNum: 1, - pageSize: 9999, + pageSize: 9999, + merStatus:1, salesmanId: item } getMerList(datas).then(res => { @@ -312,9 +313,9 @@ payTimeE: endTime, outTradeNo: this.orderNo, pageNum: pagenum, - // salesmanId:this.salesmanid, - // merId: this.merno, - // storeId: this.storeno, + salesmanId:this.salesmanid, + merId: this.merno, + storeId: this.storeno, pageSize: this.pageSize } getTradeOrderList(datas).then(res => {