diff --git a/src/apis/paths/type.ts b/src/apis/paths/type.ts index 598f0fc0ccb4de329fb5cd6a397471d22c5fe74a..7dc6443d41855aefbb4114e7477fc34a40507f65 100644 --- a/src/apis/paths/type.ts +++ b/src/apis/paths/type.ts @@ -72,7 +72,7 @@ export interface ConversationRecordList { * "question": "查询机器192.168.10.1的CVE信息", //推荐问题的内容 */ export interface Suggestion { - appId: string; + flowName: string; flowId: string; flowDescription: string; question: string; diff --git a/src/components/dialoguePanel/DialoguePanel.vue b/src/components/dialoguePanel/DialoguePanel.vue index c0425d45f0461b4bcf76b8f06f1a3169394fbeb0..8ddc8a04987e1b100bd087e55f0eb59f83d09746 100644 --- a/src/components/dialoguePanel/DialoguePanel.vue +++ b/src/components/dialoguePanel/DialoguePanel.vue @@ -707,8 +707,8 @@ const searchAppName = (appId) => {