Browse Source

Merge branch 'dev' of http://192.168.1.41:3000/maixinrong/Calculation into dev

# Conflicts:
#	app/controller/report_controller.js
Tony Kang 5 days ago
parent
commit
b4663562ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/report_controller.js

+ 1 - 1
app/controller/report_controller.js

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