fix: bug 【从模板中创建】预览模板-使用模板弹窗在下层,且问卷名称默认不为模板名称
This commit is contained in:
@@ -112,6 +112,7 @@
|
|||||||
:title="groupInfo.sn ? '重命名问卷' : '新建问卷'"
|
:title="groupInfo.sn ? '重命名问卷' : '新建问卷'"
|
||||||
:maskClosable="false"
|
:maskClosable="false"
|
||||||
:footer="null"
|
:footer="null"
|
||||||
|
:zIndex="9999"
|
||||||
>
|
>
|
||||||
<CreateSurvey
|
<CreateSurvey
|
||||||
v-if="visible"
|
v-if="visible"
|
||||||
@@ -120,7 +121,6 @@
|
|||||||
:groupList="groupList"
|
:groupList="groupList"
|
||||||
:group-id="activeGroupId"
|
:group-id="activeGroupId"
|
||||||
:temp_sn="temp_sn"
|
:temp_sn="temp_sn"
|
||||||
:zIndex="9999"
|
|
||||||
@cancel="visible = false"
|
@cancel="visible = false"
|
||||||
@update="update"
|
@update="update"
|
||||||
@labelEdit="labelEdit"
|
@labelEdit="labelEdit"
|
||||||
|
|||||||
Reference in New Issue
Block a user