From 66b87cf8a95d1a7849f26e321d83fe4909e2ff36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Mon, 21 Nov 2022 10:22:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/goodsOrder/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/system/goodsOrder/index.vue b/src/views/system/goodsOrder/index.vue index d181147..3c01b73 100644 --- a/src/views/system/goodsOrder/index.vue +++ b/src/views/system/goodsOrder/index.vue @@ -741,7 +741,6 @@ export default { }, // 查看商品信息 seeOrder(row) { - console.log(row); const id = row.orderNo; getGoodsOrderlist(id).then((res) => { this.orderList = res.data; @@ -753,6 +752,8 @@ export default { this.ratelist = res.data; } }); + } else { + this.ratelist = {}; } }); },