更新部分的内容,同步数据
This commit is contained in:
@@ -312,12 +312,12 @@
|
||||
// 确认用户希望导出全部数据
|
||||
layer.confirm('确定更新所有数据到 CIS数据表 吗?', { icon: 3, title: '更新确认' }, function(index){
|
||||
layer.close(index);
|
||||
exportAllDataToExcel();
|
||||
updataAllCis();
|
||||
});
|
||||
});
|
||||
|
||||
// 自定义导出功能
|
||||
function exportAllDataToExcel(){
|
||||
function updataAllCis(){
|
||||
// 获取当前的过滤条件(例如,pid)
|
||||
// let selectedData = table.checkStatus('lay-tableGroup').data;
|
||||
// let pid = selectedData.length ? selectedData[0].id : 0;
|
||||
|
||||
Reference in New Issue
Block a user