fix: 创建编排时,默认显示编辑模式 (#904)

This commit is contained in:
ssongliu
2023-05-06 08:49:38 +00:00
committed by GitHub
parent 6ca3deeac1
commit 2a1e60da44
@@ -167,6 +167,7 @@ const loadTemplates = async () => {
};
const acceptParams = (): void => {
mode.value = 'edit';
drawerVisiable.value = true;
form.name = '';
form.from = 'edit';