Procházet zdrojové kódy

月报分析反馈

洪海涛 před 4 roky
rodič
revize
f609dbc9c7

+ 2 - 1
src/views/monthlyReport/childrenPage/editReport/components/MrTable/index.vue

@@ -706,6 +706,7 @@ export default {
     },
     // 更新分析反馈信息title
     async setAnalyticFeedbackTitle() {
+      if (this.pageDate && this.pageDate.status < 20) return
       if (this.analyticFeedback) return
       const { obj } = this.getTableObjAndVersion()
       let subReportId = ''
@@ -724,7 +725,7 @@ export default {
         subReportId
       })
       if (res.code === 200) {
-        this.analyticFeedback = res.data
+        this.analyticFeedback = res.data || ''
         if (this.analyticFeedback.search(/yellow/) > -1) {
           this.analyticFeedback = this.analyticFeedback.replace(
             /yellow/g,