Parcourir la source

AI对话功能测试版

master
风继续吹 il y a 1 an
Parent
révision
fc65fa524d
3 fichiers modifiés avec 26 ajouts et 1309 suppressions
  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 Voir le fichier

@@ -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 Voir le fichier

@@ -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
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


Chargement…
Annuler
Enregistrer