|
@@ -134,7 +134,7 @@ export default {
|
|
|
brandCreate(params, res => {
|
|
|
this.outerVisible = false
|
|
|
this.ruleForm = { BrandCname: '', BrandName: '', BrandLogo: '' }
|
|
|
- this.$emit("refresh")
|
|
|
+ this.$emit("refresh",res.EntityList)
|
|
|
this.$message.success('添加成功!')
|
|
|
})
|
|
|
}
|
|
@@ -239,7 +239,7 @@ export default {
|
|
|
color: #8c939d;
|
|
|
width: 112px;
|
|
|
height: 112px;
|
|
|
- line-height: 112px;
|
|
|
+ line-height: 112px !important;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|