소스 검색

智能选址前端修改

liutao 3 달 전
부모
커밋
db55b639b5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      web_ui/src/views/industrial-land/AiIndustriaLandDetail.vue

+ 2 - 2
web_ui/src/views/industrial-land/AiIndustriaLandDetail.vue

@@ -1544,8 +1544,8 @@ export default {
               !executed
             ) {
               T.loading = false
-              T.summary = lastChoice.content.replaceAll('\n```json\n', '').replaceAll('```json\n', '')
-                  .replaceAll('\n```\n', '')
+              // T.summary = lastChoice.content.replaceAll('\n```json\n', '').replaceAll('```json\n', '')
+              //     .replaceAll('\n```\n', '')
               T.hzData.forEach((item, index) => {
                 if (index == T.hzData.length - 1) {
                   T.hzData[index].summary = lastChoice.content.replaceAll('\n```json\n', '').replaceAll('```json\n', '')