会员:用户标签增加下拉框使用的 精简信息列表查询接口

This commit is contained in:
owen
2023-08-21 21:44:04 +08:00
parent 7bef240926
commit 884bb055b0
2 changed files with 7 additions and 3 deletions

View File

@ -52,8 +52,7 @@ const tagIds = computed({
const tags = ref<TagApi.TagVO[]>([])
const getList = async () => {
const data = await TagApi.getMemberTagPage({})
tags.value = data.list
tags.value = await TagApi.getSimpleTagList()
}
/** 添加用户标签表单弹框 */