fix: bug 【新建问卷】问卷标签无内容

This commit is contained in:
wanganmao
2022-10-29 17:02:52 +08:00
parent ae4f3b2535
commit 0f93b54adb

View File

@@ -51,6 +51,7 @@
@change="handleChange"
:filterOption="filterOption"
class="show-select"
:dropdownStyle="{zIndex: 10000}"
>
<a-select-option
:value="item.id"
@@ -320,6 +321,7 @@ export default defineComponent({
const getTagsListRequest = async (val) => {
try {
const { data } = await getTagsList();
debugger
tagsList.value = data;
} catch (error) {
context.message.error(error.data?.message || error.message || "服务器错误");