瀏覽代碼

消息

newStyle
jyt 3 年之前
父節點
當前提交
bba79cfe0e
共有 3 個文件被更改,包括 9 次插入9 次删除
  1. +0
    -8
      src/api/modules/api.js
  2. +8
    -0
      src/api/modules/http.js
  3. +1
    -1
      src/views/contentManage/updateRecord/list.vue

+ 0
- 8
src/api/modules/api.js 查看文件

@@ -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
})
}

+ 8
- 0
src/api/modules/http.js 查看文件

@@ -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
})
} }

+ 1
- 1
src/views/contentManage/updateRecord/list.vue 查看文件

@@ -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
}); });


Loading…
取消
儲存