|
@@ -86,6 +86,7 @@ const chooseItem = item => {
|
|
|
}
|
|
|
const saveBrand = () => {
|
|
|
hotData.value.brandId = brand.value.cdfBrandId
|
|
|
+ hotData.value.title = brand.value.zhName
|
|
|
hotData.value.brand = brand.value
|
|
|
emits('close')
|
|
|
}
|
|
@@ -133,6 +134,7 @@ watch(
|
|
|
}
|
|
|
)
|
|
|
onMounted(() => {
|
|
|
+ store.commit('tag/resetBrandsList')
|
|
|
showListPanel.value = true
|
|
|
getData(true)
|
|
|
})
|