|
@@ -202,6 +202,7 @@ module.exports = app => {
|
|
|
materialList,
|
|
|
stages: stageList,
|
|
|
dataSelects,
|
|
|
+ authMobile: accountInfo.auth_mobile,
|
|
|
};
|
|
|
await this.layout('report/index.ejs', renderData, 'report/rpt_all_popup.ejs');
|
|
|
// await this.layout('report/index.ejs', renderData);
|