mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-18 05:19:19 +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 => {
|
const acceptParams = (): void => {
|
||||||
|
mode.value = 'edit';
|
||||||
drawerVisiable.value = true;
|
drawerVisiable.value = true;
|
||||||
form.name = '';
|
form.name = '';
|
||||||
form.from = 'edit';
|
form.from = 'edit';
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue