fix(系统设置): 关闭创建环境页面再打开时信息必填等提示信息未消失
--bug=1024752 --user=李玉号 【系统设置】环境管理-环境列表-创建环境-不输入内容点击确定弹出不能为空等提示,关闭后再打开不刷新,依旧显示提示 https://www.tapd.cn/55049933/s/1354866
This commit is contained in:
parent
a115d486f2
commit
ebd2142b85
|
@ -65,6 +65,7 @@
|
|||
|
||||
<!-- 创建、编辑、复制环境时的对话框 -->
|
||||
<el-dialog :visible.sync="dialogVisible" :close-on-click-modal="false" top="50px" width="66%"
|
||||
destroy-on-close
|
||||
:fullscreen="isFullScreen">
|
||||
<template #title>
|
||||
<ms-dialog-header :title="dialogTitle"
|
||||
|
|
Loading…
Reference in New Issue