fix: bug 【新建问卷】问卷标签无内容
This commit is contained in:
@@ -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 || "服务器错误");
|
||||
|
||||
Reference in New Issue
Block a user