fix: bug 【从模板中创建】预览模板-使用模板弹窗在下层,且问卷名称默认不为模板名称
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user