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