review 秒杀活动

(cherry picked from commit b1ce2672e4)
This commit is contained in:
YunaiV
2023-07-02 21:46:04 +08:00
committed by shizhong
parent 22f869db89
commit 401112f668
6 changed files with 11 additions and 3 deletions

View File

@ -437,6 +437,7 @@ const categoryList = ref() // 分类树
const categoryString = (categoryId) => {
return treeToString(categoryList.value, categoryId)
}
/**
* 校验所选是否为二级及以下节点
*/
@ -446,6 +447,7 @@ const nodeClick = () => {
message.warning('必须选择二级及以下节点!!')
}
}
/** 初始化 **/
onMounted(async () => {
await getTabsCount()