Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sample-form-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
sample-form-platform
Commits
cb3d49df
Commit
cb3d49df
authored
Nov 21, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改首页列表与数量
parent
01506839
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
sample-form-client-ui/admin/src/components/MateralsList.vue
sample-form-client-ui/admin/src/components/MateralsList.vue
+1
-1
sample-form-client-ui/admin/src/pages/searchpage/SearchPage.vue
...-form-client-ui/admin/src/pages/searchpage/SearchPage.vue
+1
-0
sample-form-client-ui/admin/src/pages/showpage/ShowMaterials.vue
...form-client-ui/admin/src/pages/showpage/ShowMaterials.vue
+1
-1
No files found.
sample-form-client-ui/admin/src/components/MateralsList.vue
View file @
cb3d49df
...
...
@@ -62,7 +62,7 @@ export default {
return
{
api
:
local
.
getLocal
(
"
baseUrl
"
)
?
local
.
getLocal
(
"
baseUrl
"
)
+
"
/
"
:
"
http://192.168.0.98:11078
"
,
:
"
http://192.168.0.98:11078
/
"
,
row
:
5
,
};
},
...
...
sample-form-client-ui/admin/src/pages/searchpage/SearchPage.vue
View file @
cb3d49df
...
...
@@ -119,6 +119,7 @@ export default {
let
res
=
await
getWriteMatterList
({
page
:
this
.
current
,
size
:
this
.
size
,
isTerminal
:
1
,
matterName
:
this
.
searchVal
,
}
);
let
{
total
,
matterDatumTotal
,
data
}
=
res
.
data
.
data
;
...
...
sample-form-client-ui/admin/src/pages/showpage/ShowMaterials.vue
View file @
cb3d49df
...
...
@@ -109,7 +109,7 @@ export default {
return
{
api
:
local
.
getLocal
(
"
baseUrl
"
)
?
local
.
getLocal
(
"
baseUrl
"
)
+
"
/
"
:
"
http://192.168.0.98:11078
"
,
:
"
http://192.168.0.98:11078
/
"
,
matterInfo
:
this
.
$route
.
query
,
materailsList
:
[],
active
:
0
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment