From 989abb480ea94940c1ebf80d6e98ee49fc52f030 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 06 六月 2020 14:39:35 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/matCode/matCode.js | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diff --git a/src/main/webapp/static/js/matCode/matCode.js b/src/main/webapp/static/js/matCode/matCode.js
index a5b5337..1cd3a7e 100644
--- a/src/main/webapp/static/js/matCode/matCode.js
+++ b/src/main/webapp/static/js/matCode/matCode.js
@@ -135,14 +135,6 @@
}
});
break;
- case 'refreshData':
- tableIns.reload({
- page: {
- curr: pageCurr
- }
- });
- limit();
- break;
case 'deleteData':
var data = checkStatus.data;
if (data.length === 0){
@@ -258,7 +250,7 @@
title: '璇︽儏',
maxmin: true,
area: [top.detailWidth, top.detailHeight],
- shadeClose: false,
+ shadeClose: true,
content: 'matCode_detail.html',
success: function(layero, index){
setFormVal(layer.getChildFrame('#detail', index), data, true);
--
Gitblit v1.9.1