Browse Source

AI对话功能测试版

master
风继续吹 5 months ago
parent
commit
fc65fa524d
3 changed files with 26 additions and 1309 deletions
  1. +9
    -0
      src/api/modules/http.js
  2. +1
    -1
      src/views/Statistics/ai/intelligentReporting.vue
  3. +16
    -1308
      src/views/Statistics/ai/reportDetail.vue

+ 9
- 0
src/api/modules/http.js View File

@@ -1747,3 +1747,12 @@ export function uploadFileOpenApiData(params) {
})
}


// 获取项目转写类型
export function findDataByRuleIdopenApiData(params) {
return request({
url: 'autoSR/openApiData/findDataByRuleId',
method: 'get',
params
})
}

+ 1
- 1
src/views/Statistics/ai/intelligentReporting.vue View File

@@ -241,7 +241,7 @@ export default {
methods: {
// 生成记录
findDataByRuleId() {
this.$api.http.findDataByRuleId(this.creatHistory).then((res) => {
this.$api.http.findDataByRuleIdopenApiData(this.creatHistory).then((res) => {
this.gridData = res.data.records;
this.roleHistory = true; // 获取到数据后展示列表
this.creatHistory.total = res.data.total;


+ 16
- 1308
src/views/Statistics/ai/reportDetail.vue
File diff suppressed because it is too large
View File


Loading…
Cancel
Save