|
@@ -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,
|