Explorar el Código

上传文件时带上model

jwyu hace 6 meses
padre
commit
06860676b7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/operation_manage/AIQA/AIQA.vue

+ 1 - 0
src/views/operation_manage/AIQA/AIQA.vue

@@ -509,6 +509,7 @@ export default {
             let formData = new FormData()
             formData.append('File',file)
             formData.append('AiChatTopicId',this.activeWindowId)
+            formData.append('Model',this.model)
             this.windowSet.add(this.activeWindowId)
             aiQAInterence.fileUpload(formData).then(res=>{
                 downloadHint.close()