Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b6110aa2
authored
2023-01-10 10:13:28 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:接口修改
1 parent
5330d832
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
2 deletions
src/api/business.js
src/api/dbrzcx.js
src/router/index.js
src/views/dbrzcx/index.vue
src/api/business.js
View file @
b6110aa
This diff is collapsed.
Click to expand it.
src/api/dbrzcx.js
View file @
b6110aa
...
...
@@ -4,7 +4,7 @@ import SERVER from './config'
// 登簿日志分页
export
function
getRecordLogPage
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/sjsb/RecordLog/getRecordLogPage'
,
url
:
SERVER
.
SERVERAPI
+
'/
rest/
sjsb/RecordLog/getRecordLogPage'
,
method
:
'post'
,
data
})
...
...
src/router/index.js
View file @
b6110aa
...
...
@@ -36,7 +36,7 @@ export const constantRoutes = [
path
:
'jgHome'
,
component
:
()
=>
import
(
'@/views/home/index'
),
name
:
'jgHome'
,
meta
:
{
title
:
'
首页
'
,
icon
:
'workbench'
,
affix
:
true
}
meta
:
{
title
:
'
工作台
'
,
icon
:
'workbench'
,
affix
:
true
}
}
]
}
...
...
src/views/dbrzcx/index.vue
View file @
b6110aa
...
...
@@ -35,6 +35,7 @@
</div>
<!-- 列表区域 -->
<div
class=
"from-clues-content"
>
<!-- table组件 -->
<lb-table
:page-size=
"pageData.size"
:heightNum=
"210"
:current-page
.
sync=
"pageData.current"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
...
...
Please
register
or
sign in
to post a comment