fix: bug 【从模板中创建】预览模板-使用模板弹窗在下层,且问卷名称默认不为模板名称

This commit is contained in:
wanganmao
2022-10-21 19:26:18 +08:00
parent 77834ed782
commit 803dadf534

View File

@@ -112,6 +112,7 @@
:title="groupInfo.sn ? '重命名问卷' : '新建问卷'"
:maskClosable="false"
:footer="null"
:zIndex="9999"
>
<CreateSurvey
v-if="visible"
@@ -120,7 +121,6 @@
:groupList="groupList"
:group-id="activeGroupId"
:temp_sn="temp_sn"
:zIndex="9999"
@cancel="visible = false"
@update="update"
@labelEdit="labelEdit"