本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
liumin
/
zkPCproject
關注
0
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
消息
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
});
Write
Preview
Loading…
取消
儲存