diff --git a/WebRoot/html/pages/dataease/dataList.html b/WebRoot/html/pages/dataease/dataList.html
index c8ba08c0..d4bc3875 100644
--- a/WebRoot/html/pages/dataease/dataList.html
+++ b/WebRoot/html/pages/dataease/dataList.html
@@ -93,7 +93,7 @@
{ title: '数据集', field: 'dataset_name', align: 'center' },
{ title: '已填数据(条)', field: 'fill_count', align: 'center' },
// { title: '表名', field: 'table_name', align: 'center' },
- { title: '操作', toolbar: '#table-bar', align: 'center' }
+ { title: '操作', toolbar: '#table-bar', align: 'center', width: 390 }
]],
skin: 'line',
defaultToolbar: [],
@@ -128,7 +128,7 @@
} else if (obj.event === 'downloadData') {
window.location.href = "/dsBase/dataease/downloadExcel?id=" + obj.data.id;
} else {
- window.location.href = "./dataMod.html?id=" + obj.data.id;
+ window.location.href = "./dataMod.html?id=" + obj.data.dataease_id
}
});
});