From 7299ce7d4a3a438fe05161871c23743b7afe7dd7 Mon Sep 17 00:00:00 2001 From: nizongfeng Date: Mon, 6 Feb 2023 16:29:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/view/order_main/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/application/admin/view/order_main/index.html b/application/admin/view/order_main/index.html index fc7021c..30b6519 100755 --- a/application/admin/view/order_main/index.html +++ b/application/admin/view/order_main/index.html @@ -656,6 +656,7 @@ }); }, showMemoInfo(order_id){ + this.memoList = []; this.showMemo = true this.addMemo.order_id = order_id; this.getMemoList(); @@ -682,6 +683,23 @@ })