mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-12 09:34:58 +08:00
fix: 创建编排时,默认显示编辑模式 (#904)
This commit is contained in:
parent
6ca3deeac1
commit
2a1e60da44
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ const loadTemplates = async () => {
|
|||
};
|
||||
|
||||
const acceptParams = (): void => {
|
||||
mode.value = 'edit';
|
||||
drawerVisiable.value = true;
|
||||
form.name = '';
|
||||
form.from = 'edit';
|
||||
|
|
Loading…
Add table
Reference in a new issue