mirror of https://gitee.com/karson/fastadmin.git
commit
b6bd59657a
|
|
@ -450,7 +450,7 @@ define(['jquery', 'bootstrap', 'moment', 'moment/locale/zh-cn', 'bootstrap-table
|
|||
return;
|
||||
}
|
||||
var title = $(that).data('title') || $(that).attr("title") || __('Edit');
|
||||
var data = $(that).data() || {};
|
||||
var data = $.extend({}, $(that).data());
|
||||
delete data.title;
|
||||
//循环弹出多个编辑框
|
||||
$.each(Table.api.selecteddata(table), function (index, row) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue