From 264980073d03ead5cfce39f87c611de623db4d3f Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 25 May 2021 15:00:23 +0800
Subject: [PATCH] 20210525 申诉单
---
src/main/resources/templates/febs/views/modules/otc/otcAppealList.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/otc/otcAppealList.html b/src/main/resources/templates/febs/views/modules/otc/otcAppealList.html
index c523299..02b4fc9 100644
--- a/src/main/resources/templates/febs/views/modules/otc/otcAppealList.html
+++ b/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,
});
--
Gitblit v1.9.1