diff --git a/src/api/variable.js b/src/api/variable.js index 37dd80e869c378271e5ebc0fb4c73b6e5b5a12ca..42ea4a72af6de112d1ab6ad5c05dcbab8cece311 100644 --- a/src/api/variable.js +++ b/src/api/variable.js @@ -63,6 +63,7 @@ export async function getVariable(params) { * @param {string} params.scope 变量作用域 (user|env|system|conversation) * @param {string} [params.flow_id] 流程ID(环境级和对话级变量必需) * @param {string} [params.conversation_id] 对话ID(系统级和对话级变量必需) + * @param {string} [params.current_step_id] 当前步骤ID(用于获取前置节点变量,仅对话变量有效) */ export async function listVariables(params = {}) { const [error, response] = await get(`${BASE_URL}/list`, params) diff --git a/src/components/SafeStartNodeEditor.vue b/src/components/SafeStartNodeEditor.vue deleted file mode 100644 index f45c2d8a2c7984be877dd130ed862fc993007541..0000000000000000000000000000000000000000 --- a/src/components/SafeStartNodeEditor.vue +++ /dev/null @@ -1,436 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/components/StartNodeEditor.vue b/src/components/StartNodeEditor.vue index b1d7db1c561ceddf5ecf58029ff8ad2585cf3164..f45c2d8a2c7984be877dd130ed862fc993007541 100644 --- a/src/components/StartNodeEditor.vue +++ b/src/components/StartNodeEditor.vue @@ -1,5 +1,5 @@