src/main/resources/templates/febs/views/modules/otc/otcAppealList.html
@@ -74,9 +74,9 @@ var data = obj.data, layEvent = obj.event; if (layEvent === 'dealIng') { febs.modal.confirm('处理', '开始处理申诉?', function () { dealIng(data.id); }); // febs.modal.confirm('处理', '开始处理申诉?', function () { // dealIng(data.id); // }); febs.modal.open( '详情', 'modules/otc/otcAppealInfo/' + data.id, { maxmin: true, });