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', '')