이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
liumin
/
zkPCproject
보기
0
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
消息
newStyle
jyt
2 년 전
부모
fa3a7451cd
커밋
bba79cfe0e
3개의 변경된 파일
과
9개의 추가작업
그리고
9개의 파일을 삭제
분할 보기
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
파일 보기
@@ -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
});
쓰기
미리보기
불러오는 중...
취소
저장