Browse Source

优化准出报告实际提测时间

qinzhipeng_v@didiglobal.com 4 years ago
parent
commit
9f807a4d06
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/reportManagement/ReleaseReport/newReleaeTemplate.vue

+ 3 - 2
src/views/reportManagement/ReleaseReport/newReleaeTemplate.vue

@@ -192,6 +192,7 @@ export default {
           this.reportreleaseGetReportById(newV.id)
         } else { // 新建
           this.tpsltId = newV
+          // this.reportreleaseInitReportRelease(newV)
           this.settingGetReportModuleById(newV)
         }
       },
@@ -252,9 +253,9 @@ export default {
         } else {
           this.customList = [...this.customList]
         }
-        this.from = res.data
+        // this.from = res.data
         this.modelID = res.data.id
-        this.from = { ...this.from, 'moduleName': res.data.moduleName, 'passStatus': 0 }
+        this.from = { ...this.from, ...res.data, 'moduleName': res.data.moduleName, 'passStatus': 0 }
       }
     },