diff --git a/automation/web/src/views/scriptLibrary/form/content.vue b/automation/web/src/views/scriptLibrary/form/content.vue index 9349163ee20e81a4a6000f157deaa0fc3be1620e..1ed6fe685287a9ec2af036bfe3f8f454e4188c1d 100644 --- a/automation/web/src/views/scriptLibrary/form/content.vue +++ b/automation/web/src/views/scriptLibrary/form/content.vue @@ -143,6 +143,7 @@ + + import('@/components/KyTable/index.vue')); const CustomColumn = defineAsyncComponent(() => import('@/components/customColumn/index.vue')); +const EditTag = defineAsyncComponent(() => import('./editTag.vue')); const HostSearchForm = defineAsyncComponent(() => import( '@/components/HostSearchForm.vue')); const EditScriptInfo = defineAsyncComponent(() => import( './EditScriptInfo.vue')); const router = useRouter(); @@ -262,9 +265,6 @@ const getCustomColumnFun = async( ) => { { name: 'targetSystem', label: '更新人' }, { name: 'targetSystem', label: '更新时间' }, ] - - - // const userId = getUserId() // if (userId) { // const res = await getCustomColumn(userId)