This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liumin
/
zkPCproject
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
消息
newStyle
jyt
2 years ago
parent
fa3a7451cd
commit
bba79cfe0e
3 changed files
with
9 additions
and
9 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-8
src/api/modules/api.js
+8
-0
src/api/modules/http.js
+1
-1
src/views/contentManage/updateRecord/list.vue
+ 0
- 8
src/api/modules/api.js
View File
@@ -1174,11 +1174,3 @@ export function sensitivewordsList(data) {
params: data
})
}
// 更新记录列表
export function updateListApi(data) {
return request({
url: '/autoSR/api/zkMessage/messagePage',
method: 'get',
params: data
})
}
+ 8
- 0
src/api/modules/http.js
View File
@@ -860,4 +860,12 @@ export function theCirculation(query) {
method: 'get',
data: query
})
}
// 更新记录列表
export function updateListApi(data) {
return request({
url: 'autoSR/api/zkMessage/messagePage',
method: 'get',
params: data
})
}
+ 1
- 1
src/views/contentManage/updateRecord/list.vue
View File
@@ -131,7 +131,7 @@ export default {
this.filefindByPage();
},
filefindByPage(obj) {
this.$api.
api
.updateListApi(obj).then((res) => {
this.$api.
http
.updateListApi(obj).then((res) => {
console.log(res)
this.tableData = res.data
});
Write
Preview
Loading…
Cancel
Save