소스 검색

AI对话功能测试版

master
风继续吹 1 년 전
부모
커밋
fc65fa524d
3개의 변경된 파일26개의 추가작업 그리고 1309개의 파일을 삭제
  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 파일 보기

@@ -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 파일 보기

@@ -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
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


불러오는 중...
취소
저장