Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZiBoYingJI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kimber
ZiBoYingJI
Commits
35e19f2f
Commit
35e19f2f
authored
Oct 12, 2024
by
forevertyler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:返回样式错误
parent
555054e4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
home4Index.vue
src/views/home4Index.vue
+1
-1
dzhj.vue
src/views/picManage/dzhj.vue
+8
-2
No files found.
src/views/home4Index.vue
View file @
35e19f2f
...
...
@@ -137,7 +137,7 @@ export default {
};
</
script
>
<
style
rel=
"stylesheet/scss"
lang=
"scss"
>
<
style
rel=
"stylesheet/scss"
lang=
"scss"
scoped
>
@keyframes
floatShadow
{
0
%
{
transform
:
translateX
(
280px
);
...
...
src/views/picManage/dzhj.vue
View file @
35e19f2f
...
...
@@ -115,7 +115,7 @@ import { downloadFile } from '@/utils'
import
picApi
from
'
@/api/picManage/pic
'
const
searchParam
=
{
// 默认搜索条件
page
:
1
,
count
:
10
,
size
:
10
,
enterpriseId
:
5
,
type
:
8
,
}
...
...
@@ -206,7 +206,13 @@ export default {
},
methods
:
{
getData
(){
picApi
.
getkdFile
(
this
.
searchParam
).
then
(
response
=>
{
let
form
=
{
enterpriseId
:
5
,
page
:
1
,
size
:
10
,
type
:
8
,
}
picApi
.
getkdFile
(
form
).
then
(
response
=>
{
console
.
log
(
response
)
})
},
...
...
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