xiaoyong931011
2021-05-25 264980073d03ead5cfce39f87c611de623db4d3f
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,
                });