Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agcs2.0-web
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
liang
agcs2.0-web
Commits
a0bd9c3a
Commit
a0bd9c3a
authored
May 12, 2023
by
miaojiale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
0b32814f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
7 deletions
+22
-7
index.vue
src/components/FormComponents/index.vue
+4
-1
index.vue
src/views/Home/index.vue
+9
-4
index.vue
src/views/followupquery/index.vue
+8
-2
index.vue
src/views/screening/index.vue
+1
-0
No files found.
src/components/FormComponents/index.vue
View file @
a0bd9c3a
...
...
@@ -283,7 +283,7 @@ export default {
},
// 表单赋值
initforms
(
formEdit
)
{
initforms
(
formEdit
,
flag
)
{
this
.
$nextTick
(()
=>
{
const
form
=
{}
this
.
forms
.
forEach
((
item
)
=>
{
...
...
@@ -309,6 +309,9 @@ export default {
if
(
this
.
$refs
.
form
&&
this
.
$refs
.
form
.
clearValidate
)
{
this
.
$refs
.
form
.
clearValidate
()
}
if
(
flag
)
{
this
.
$emit
(
"
handleSearch
"
,
this
.
form
)
}
})
},
...
...
src/views/Home/index.vue
View file @
a0bd9c3a
...
...
@@ -100,7 +100,9 @@
}"
>
<div>
{{
index
+
1
}}
</div>
<div>
{{
item
.
unionName
}}
</div>
<div
class=
"tooLong"
>
{{
item
.
unionName
}}
</div>
<div>
{{
item
.
nums
}}
</div>
</li>
</ul>
...
...
@@ -158,7 +160,7 @@
</div>
-->
<!-- 科学研究 -->
<div
class=
"scientificresearch"
>
<
!--
<
div
class=
"scientificresearch"
>
<div
class=
"title_box"
>
<div
class=
"title"
>
科学研究
</div>
<div
class=
"empty"
></div>
...
...
@@ -177,7 +179,7 @@
{{
item
}}
</li>
</ul>
</div>
</div>
-->
<!-- 粘性定位 -->
<div
v-show=
"showFixed"
class=
"fixed_box"
>
<ul
class=
"f_list"
>
...
...
@@ -430,6 +432,9 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
#con
{
.tooLong
{
white-space
:
nowrap
;
}
.flex
{
height
:
100%
;
display
:
flex
;
...
...
@@ -599,7 +604,7 @@ export default {
flex-direction
:
column
;
flex-wrap
:
wrap
;
li
{
width
:
4
0
%
;
width
:
4
6
%
;
margin-bottom
:
15px
;
display
:
flex
;
justify-content
:
space-between
;
...
...
src/views/followupquery/index.vue
View file @
a0bd9c3a
...
...
@@ -310,7 +310,13 @@ export default {
},
checkStatus
(
val
)
{
if
(
val
)
{
this
.
handleSearch
()
this
.
$refs
.
form
.
initforms
(
{
checkStatus
:
val
,
},
true
)
// this.handleSearch()
}
},
},
...
...
@@ -417,7 +423,7 @@ export default {
...
this
.
$refs
.
form
.
form
,
...
form
,
}
params
=
Object
.
assign
(
this
.
cacheForm
,
params
)
//
params = Object.assign(this.cacheForm, params)
for
(
let
key
in
params
)
{
if
(
params
[
key
]
!==
""
&&
params
[
key
]
!==
null
)
{
if
(
key
.
includes
(
"
Time
"
)
&&
params
[
key
])
{
...
...
src/views/screening/index.vue
View file @
a0bd9c3a
...
...
@@ -374,6 +374,7 @@ export default {
this
.
initForm
=
{
checkStatus
:
this
.
$route
.
query
.
checkStatus
+
""
,
}
this
.
cacheForm
=
{}
// console.log(this.searchForm)
this
.
handleSearch
(
this
.
initForm
)
}
...
...
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