From 1788faf439212058a8165e6c27e5bd35dd2f52f7 Mon Sep 17 00:00:00 2001
From: guoxing <1369478551@qq.com>
Date: Fri, 26 Jan 2024 19:23:44 +0800
Subject: [PATCH] 1111111
---
src/views/pms/brand/components/BrandDetail.vue | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/src/views/pms/brand/components/BrandDetail.vue b/src/views/pms/brand/components/BrandDetail.vue
index 74cdbda..b4a0526 100644
--- a/src/views/pms/brand/components/BrandDetail.vue
+++ b/src/views/pms/brand/components/BrandDetail.vue
@@ -36,10 +36,16 @@
-
+
+
+
+
+
+
提交
+ 关闭
重置
@@ -153,7 +159,11 @@
resetForm(formName) {
this.$refs[formName].resetFields()
this.brand = Object.assign({}, defaultBrand)
- }
+ },
+ onClose(){
+ this.$store.dispatch('tagsView/delView', this.$route)
+ this.$router.go(-1)
+ }
}
}