update copyright 2023

This commit is contained in:
RuoYi
2023-02-03 17:41:14 +08:00
parent 8939e21a29
commit f2d5545092
5 changed files with 14 additions and 15 deletions

View File

@ -32,16 +32,16 @@
showRefresh: false,
showToggle: false,
showColumns: false,
onReorderRow: function (data, newRow, oldRow, el) {
//当拖拽结束后data为整个表格的数据
console.table(data)
// 当sidePagination: "server"时,拖拽行后顺序错乱,需要重新调用加载数据方法
$("#" + table.options.id).bootstrapTable('load', {
total: el._xhr.responseJSON.total,
rows: data
});
return false;
},
onReorderRow: function (data, newRow, oldRow, el) {
// 当拖拽结束后data为整个表格的数据
console.table(data)
// 当sidePagination: "server"时,拖拽行后顺序错乱,需要重新调用加载数据方法
$("#" + table.options.id).bootstrapTable('load', {
total: el._xhr.responseJSON.total,
rows: data
});
return false;
},
columns: [{
checkbox: true
},