jyt 2 лет назад
Родитель
Сommit
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
})
}
// 更新记录列表
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',
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();
},
filefindByPage(obj) {
this.$api.api.updateListApi(obj).then((res) => {
this.$api.http.updateListApi(obj).then((res) => {
console.log(res)
this.tableData = res.data
});


Загрузка…
Отмена
Сохранить