This commit is contained in:
java110 2022-03-21 10:22:02 +08:00
commit fd2ca8b4ab
3 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,7 @@
},
_initEvent:function(){
vc.on('deleteReportInfoSetting','opendeleteReportInfoSettingModal',function(_params){
vc.on('deleteReportInfoSetting','openDeleteReportInfoSettingModal',function(_params){
vc.component.deleteReportInfoSettingInfo = _params;
$('#deleteReportInfoSettingModel').modal('show');

View File

@ -101,6 +101,7 @@
</button>
</div>
<div class="modal-body text-center">
<div>此功能需部署公众号且编码映射中键OWNER_WECHAT_URL 的值已经修改为您的公众号地址。</div>
<div id="qrcode" style="width:200px; height:200px; "></div>
</div>
<div class="modal-footer">

View File

@ -66,6 +66,8 @@
},
_openDeleteReportInfoSettingModel: function(_reportInfoSetting) {
vc.emit('deleteReportInfoSetting', 'openDeleteReportInfoSettingModal', _reportInfoSetting);
console.log(_reportInfoSetting);
},
_queryReportInfoSettingMethod: function() {
vc.component._listReportInfoSettings(DEFAULT_PAGE, DEFAULT_ROWS);