diff --git a/WebRoot/html/pages/dataease/dataList_proxy.html b/WebRoot/html/pages/dataease/dataList_proxy.html index ecdd9ab1..079ecb56 100644 --- a/WebRoot/html/pages/dataease/dataList_proxy.html +++ b/WebRoot/html/pages/dataease/dataList_proxy.html @@ -79,7 +79,7 @@ table.render({ elem: '#data-table', - url: '/dsBase/dataease/getDataSet', + url: '/dsBase/dataease/getDataSetByCity', height: 'full-35', page: { limit: 20 @@ -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_proxy.html?id=" + obj.data.id } }); }); diff --git a/WebRoot/html/pages/dataease/dataMod_proxy.html b/WebRoot/html/pages/dataease/dataMod_proxy.html new file mode 100644 index 00000000..c54dd7c5 --- /dev/null +++ b/WebRoot/html/pages/dataease/dataMod_proxy.html @@ -0,0 +1,200 @@ + + + +
+ + +