ellisran 3 месяцев назад
Родитель
Сommit
350e7c5c73
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/controller/report_controller.js

+ 1 - 0
app/controller/report_controller.js

@@ -1388,6 +1388,7 @@ module.exports = app => {
                     otherHintName: '',
                     bizId: bglObj.BUSINESS_ID,
                     permissions: '[]',
+                    is_setting: false,
                 };
                 await this.layout('report/index.ejs', renderData, 'report/rpt_all_popup.ejs');
             } catch (err) {