Selaa lähdekoodia

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

yanym 2 viikkoa sitten
vanhempi
commit
441418b279
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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 || '';