|
|
|
@ -252,7 +252,7 @@
|
|
|
|
|
cols: [[
|
|
|
|
|
{ type: 'checkbox', width: "5%" },
|
|
|
|
|
{ title: '序号', align: 'center', width: "5%", type: 'numbers' },
|
|
|
|
|
{ title: '分名称', field: 'group_name', align: 'center' },
|
|
|
|
|
{ title: '分组名称', field: 'group_name', align: 'center' },
|
|
|
|
|
{ title: '操作', toolbar: '#group-bar', align: 'center', width: "25%" }
|
|
|
|
|
]],
|
|
|
|
|
skin: 'line',
|
|
|
|
@ -332,11 +332,11 @@
|
|
|
|
|
renderBureauTable();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function groupTableReload() {
|
|
|
|
|
window.groupTableReload = function () {
|
|
|
|
|
table.reloadData('groupTable', {
|
|
|
|
|
scrollPos: false
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form.on('submit(publish)', function (data) {
|
|
|
|
|
|
|
|
|
|