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

This commit is contained in:
ssongliu 2023-05-06 16:49:38 +08:00 committed by GitHub
parent 6ca3deeac1
commit 2a1e60da44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,6 +167,7 @@ const loadTemplates = async () => {
};
const acceptParams = (): void => {
mode.value = 'edit';
drawerVisiable.value = true;
form.name = '';
form.from = 'edit';