From 00bd53dd3abee51b3e1ce52466c774b67edf4995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=BB=95=E4=BC=9F?= <499672082@qq.com> Date: Tue, 1 Mar 2022 10:01:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=9C=80=E7=83=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/xiushan/apps/finance/AppFinanceProduct/productList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/xiushan/apps/finance/AppFinanceProduct/productList.vue b/project/xiushan/apps/finance/AppFinanceProduct/productList.vue index 24abec47..a90ea999 100644 --- a/project/xiushan/apps/finance/AppFinanceProduct/productList.vue +++ b/project/xiushan/apps/finance/AppFinanceProduct/productList.vue @@ -118,8 +118,9 @@ export default { }).then(res => { if (res?.code == 0) { this.$message.success("修改成功!") - } else { this.getTableData() + } else { + } }) }