From 4af2830df21d2b77a7cb069bfbd8734dad050bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=AC=A3=E6=82=A6?= <2289014031@qq.com> Date: Tue, 10 Sep 2024 17:31:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/market/orders/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/market/orders/index.vue b/src/views/market/orders/index.vue index a9dd107..62e4f16 100644 --- a/src/views/market/orders/index.vue +++ b/src/views/market/orders/index.vue @@ -319,7 +319,7 @@ export default { pay(row){ console.log(row) - updateByordersState1(row).then( + updateByordersState1(row.ordersId,row.productId).then( res =>{ this.$message.success(res.msg) }