增加功能:所有维护界面增加单行删除日志功能 link #IS7UN
This commit is contained in:
parent
0c577d3a2c
commit
dbe6c486b5
|
@ -201,6 +201,7 @@
|
|||
confirmButtonClass: "btn-danger ml-2",
|
||||
cancelButtonText: "取消"
|
||||
}, function () {
|
||||
$.logData.push({ url: op.url, data: $.extend({}, row, { _nodes: null }) });
|
||||
setTimeout(function () {
|
||||
var iDs = [value];
|
||||
$.bc({
|
||||
|
|
Loading…
Reference in New Issue