diff --git a/automation/web/src/views/workflow/addWorkflow.vue b/automation/web/src/views/workflow/addWorkflow.vue index 596f1102cd21f83d11fa714a93afbe1c279a1e9f..76a90d9f5ee5bc5d6f5f732fd30544d066818f84 100644 --- a/automation/web/src/views/workflow/addWorkflow.vue +++ b/automation/web/src/views/workflow/addWorkflow.vue @@ -15,12 +15,12 @@ label-width="100px" class="demo-ruleForm" > - - + + - - + + - + + + + + + + + + + + + + + - - - - - - 提交 重置 @@ -99,6 +101,9 @@ const editData: any = ref(null); const formData = reactive({ templateName: '', sceneTag: '', + sourceType: '', + modify_user: '', + s_type: '', sceneDescription: '', targetServer: '', }); @@ -134,13 +139,6 @@ const resetForm = () => { ruleFormRef.value.resetFields(); }; -// 模拟目标服务器数据 -const targetServers = ref([ - { id: '1', name: '服务器A' }, - { id: '2', name: '服务器B' }, - { id: '3', name: '服务器C' }, -]); - // 获取场景标签 const tableData = ref([] as any[]); const getList = async () => {