perf: 优化上传到主机插 路径选择,根据证书格式显示

This commit is contained in:
xiaojunnuo
2024-11-13 22:06:56 +08:00
parent b66542cb40
commit 8c3f86c690
5 changed files with 161 additions and 34 deletions
@@ -348,6 +348,7 @@ export default function ({ crudExpose, context: { certdFormRef } }: CreateCrudOp
type: "link",
search: {
show: true,
title: "关键字",
component: {
name: "a-input"
}
@@ -230,7 +230,7 @@ export default {
}
const { doComputed } = useCompute();
const currentPlugin = doComputed(() => {
return currentPluginDefine.value;
return currentPluginDefine.value || {};
}, getContext);
const changeCurrentPlugin = async (step: any) => {
const stepType = step.type;