From c7689373e6fc302e42ad3d958e38e633e9df70ff Mon Sep 17 00:00:00 2001 From: nizongfeng Date: Tue, 16 Nov 2021 16:07:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/view/receipt_order/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/application/admin/view/receipt_order/index.html b/application/admin/view/receipt_order/index.html index f794113..b81649c 100755 --- a/application/admin/view/receipt_order/index.html +++ b/application/admin/view/receipt_order/index.html @@ -445,17 +445,19 @@ } else { this.$message.error(response.msg); } - this.getData(this.search.pageNum) }).catch(function (error) { this.$message.error("保存失败"); console.log(error); }); }).catch(() => { + this.$message({ type: 'info', message: '已取消' }); - }); + }).finally(()=>{ + this.getData(this.search.pageNum) + }) }, editOrderDivShow(info){