@@ -1174,11 +1174,3 @@ export function sensitivewordsList(data) { | |||||
params: data | params: data | ||||
}) | }) | ||||
} | } | ||||
// 更新记录列表 | |||||
export function updateListApi(data) { | |||||
return request({ | |||||
url: '/autoSR/api/zkMessage/messagePage', | |||||
method: 'get', | |||||
params: data | |||||
}) | |||||
} |
@@ -860,4 +860,12 @@ export function theCirculation(query) { | |||||
method: 'get', | method: 'get', | ||||
data: query | data: query | ||||
}) | }) | ||||
} | |||||
// 更新记录列表 | |||||
export function updateListApi(data) { | |||||
return request({ | |||||
url: 'autoSR/api/zkMessage/messagePage', | |||||
method: 'get', | |||||
params: data | |||||
}) | |||||
} | } |
@@ -131,7 +131,7 @@ export default { | |||||
this.filefindByPage(); | this.filefindByPage(); | ||||
}, | }, | ||||
filefindByPage(obj) { | filefindByPage(obj) { | ||||
this.$api.api.updateListApi(obj).then((res) => { | |||||
this.$api.http.updateListApi(obj).then((res) => { | |||||
console.log(res) | console.log(res) | ||||
this.tableData = res.data | this.tableData = res.data | ||||
}); | }); | ||||