From a71eaa5c42f8f56312a29b04748ce333e0eb9c6c Mon Sep 17 00:00:00 2001
From: mayf <m13160102112@163.com>
Date: 星期三, 04 九月 2024 14:15:08 +0800
Subject: [PATCH] fix售后换行
---
pages/marketing/point-mall/goods.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/pages/marketing/point-mall/goods.vue b/pages/marketing/point-mall/goods.vue
index 0821523..dbc71cf 100644
--- a/pages/marketing/point-mall/goods.vue
+++ b/pages/marketing/point-mall/goods.vue
@@ -177,6 +177,7 @@
)
if (code === 0) {
this.$message.success('上架成功')
+ this.$refs.crud.clearSelection()
}
} catch (e) {
return false
@@ -200,6 +201,7 @@
)
if (code === 0) {
this.$message.success('下架成功')
+ this.$refs.crud.clearSelection()
}
} catch (e) {
return false
--
Gitblit v1.9.3