|
@@ -32,7 +32,7 @@ function MsgManage() {
|
|
|
|
|
|
//获取表格数据
|
|
|
function getTableData(param = {}) {
|
|
|
- post(api.listPage, param).then((res) => {
|
|
|
+ post(api.listManagePage, param).then((res) => {
|
|
|
if (res.data.code === 200) {
|
|
|
let data = res.data.data;
|
|
|
setTotal(data.total);
|