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

pull/908/head
ssongliu 2 years ago committed by GitHub
parent 6ca3deeac1
commit 2a1e60da44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save