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) + } } }