-- bug 项目

This commit is contained in:
yuping
2022-12-03 19:57:41 +08:00
parent 3c657d0b25
commit fc6478dd28
5 changed files with 35 additions and 7 deletions

View File

@@ -1,6 +1,11 @@
<!-- 评估管理-创建评估页面 -->
<template>
<a-select
:getPopupContainer="
(triggerNode) => {
return triggerNode.parentNode || document.body;
}
"
v-model:value="id"
placeholder="请选择分类"
style="width: 100%"