|
|
@@ -204,8 +204,8 @@ layui.config({
|
|
|
dataType: "text",
|
|
|
success: function (data) {
|
|
|
if (data == "success") {
|
|
|
- obj.del();
|
|
|
layer.close(index);
|
|
|
+ table.reload('LAY-list-manage'); //数据刷新
|
|
|
} else {
|
|
|
parent.layer.msg(data);
|
|
|
}
|
|
|
@@ -221,8 +221,8 @@ layui.config({
|
|
|
dataType: "text",
|
|
|
success: function (data) {
|
|
|
if (data == "success") {
|
|
|
- obj.del();
|
|
|
layer.close(index);
|
|
|
+ table.reload('LAY-list-manage'); //数据刷新
|
|
|
} else {
|
|
|
parent.layer.msg(data);
|
|
|
}
|