问卷删除功能及正确二位码提示

This commit is contained in:
shane 2022-03-19 23:30:36 +08:00
parent 887aed39e2
commit 4fb4c83103
2 changed files with 3 additions and 0 deletions

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);