ソースを参照

Merge branch '一键诊断选择图片按钮样式修改' into uat

yanym 2 週間 前
コミット
441418b279
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/views/AIDesign/diagnoseResult.vue

+ 2 - 2
src/views/AIDesign/diagnoseResult.vue

@@ -315,7 +315,7 @@ export default class DiagnosisPage extends Vue {
                     }, 20000);
                 } else {
                     this.StateCode = response.Data.StateCode;
-                    that.UserFilePathUrl = response.Data.F_UserFilePath;
+                    that.UserFilePathUrl = response.Data.F_UserFileFullPath;
                     const wallInfoObj = response.Data.wallInfo || '';
                     const WallRepairAnalysisObj = response.Data.WallRepairAnalysis || '';
 
@@ -400,7 +400,7 @@ export default class DiagnosisPage extends Vue {
             if (response.StatusCode == 200) {
                 if (response.Data) {
                     this.StateCode = response.Data.StateCode;
-                    that.UserFilePathUrl = response.Data.F_UserFilePath;
+                    that.UserFilePathUrl = response.Data.F_UserFileFullPath;
                     //   const regex = /^\d+\.\s*/; // 匹配数字+.+空格
                     if (this.wallType === 'outside') {
                         that.wallInfo = response.Data.wallInfo || '';