Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
project_progress
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 67efc8a7
authored
Sep 23, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复切换页面后查询不到正确信息问题
1 parent
ce171e3f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
30 additions
and
12 deletions
src/views/checkCompliance/automaticCheck.vue
src/views/compliance/checkRules.vue
src/views/compliance/taskConfigure.vue
src/views/projectCheck/checkResault.vue
src/views/projectCheck/problemRectify.vue
src/views/projectCheck/verificationRectify.vue
src/views/checkCompliance/automaticCheck.vue
View file @
67efc8a
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
</el-form-item>
-->
</el-form-item>
-->
<el-form-item
class=
"button"
>
<el-form-item
class=
"button"
>
<el-button
@
click=
"submitForm()"
>
<el-button
@
click=
"submitForm(
'999'
)"
>
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
>
>
<el-button
@
click=
"resetForm()"
>
<el-button
@
click=
"resetForm()"
>
...
@@ -237,7 +237,10 @@ export default {
...
@@ -237,7 +237,10 @@ export default {
this
.
ruleForm
.
auditEndTime
=
""
;
this
.
ruleForm
.
auditEndTime
=
""
;
}
}
},
},
async
submitForm
()
{
async
submitForm
(
info
)
{
if
(
info
==
999
){
this
.
currentPage
=
1
}
let
params
=
{
let
params
=
{
current
:
this
.
currentPage
,
current
:
this
.
currentPage
,
pageSize
:
this
.
pageSize
,
pageSize
:
this
.
pageSize
,
...
...
src/views/compliance/checkRules.vue
View file @
67efc8a
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
</el-form-item>
-->
</el-form-item>
-->
<el-form-item
class=
"button"
>
<el-form-item
class=
"button"
>
<el-button
@
click=
"submitForm()"
>
<el-button
@
click=
"submitForm(
'999'
)"
>
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
>
>
<el-button
@
click=
"resetForm()"
>
<el-button
@
click=
"resetForm()"
>
...
@@ -532,7 +532,10 @@ export default {
...
@@ -532,7 +532,10 @@ export default {
this
.
ruleForm
.
auditEndTime
=
""
;
this
.
ruleForm
.
auditEndTime
=
""
;
}
}
},
},
async
submitForm
()
{
async
submitForm
(
info
)
{
if
(
info
==
999
){
this
.
currentPage
=
1
}
let
params
=
{
let
params
=
{
current
:
this
.
currentPage
,
current
:
this
.
currentPage
,
pageSize
:
this
.
pageSize
,
pageSize
:
this
.
pageSize
,
...
...
src/views/compliance/taskConfigure.vue
View file @
67efc8a
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
</el-select>
</el-select>
</el-form-item>
-->
</el-form-item>
-->
<el-form-item
class=
"button"
>
<el-form-item
class=
"button"
>
<el-button
@
click=
"submitForm()"
>
<el-button
@
click=
"submitForm(
'999'
)"
>
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
>
>
<el-button
@
click=
"resetForm('ruleForm')"
>
<el-button
@
click=
"resetForm('ruleForm')"
>
...
@@ -913,7 +913,10 @@ export default {
...
@@ -913,7 +913,10 @@ export default {
this
.
ruleForm
.
auditEndTime
=
""
;
this
.
ruleForm
.
auditEndTime
=
""
;
}
}
},
},
async
submitForm
()
{
async
submitForm
(
info
)
{
if
(
info
==
999
){
this
.
currentPage
=
1
}
let
params
=
{
let
params
=
{
current
:
this
.
currentPage
,
current
:
this
.
currentPage
,
pageSize
:
this
.
pageSize
,
pageSize
:
this
.
pageSize
,
...
...
src/views/projectCheck/checkResault.vue
View file @
67efc8a
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
</el-form-item>
-->
</el-form-item>
-->
<el-form-item
class=
"button"
>
<el-form-item
class=
"button"
>
<el-button
@
click=
"submitForm()"
>
<el-button
@
click=
"submitForm(
'999'
)"
>
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
>
>
<el-button
@
click=
"resetForm()"
>
<el-button
@
click=
"resetForm()"
>
...
@@ -237,7 +237,10 @@ export default {
...
@@ -237,7 +237,10 @@ export default {
this
.
ruleForm
.
auditEndTime
=
""
;
this
.
ruleForm
.
auditEndTime
=
""
;
}
}
},
},
async
submitForm
()
{
async
submitForm
(
info
)
{
if
(
info
==
999
){
this
.
currentPage
=
1
}
let
params
=
{
let
params
=
{
current
:
this
.
currentPage
,
current
:
this
.
currentPage
,
pageSize
:
this
.
pageSize
,
pageSize
:
this
.
pageSize
,
...
...
src/views/projectCheck/problemRectify.vue
View file @
67efc8a
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
<el-form-item
class=
"button"
>
<el-form-item
class=
"button"
>
<el-button
@
click=
"submitForm()"
>
<el-button
@
click=
"submitForm(
'999'
)"
>
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
>
>
<el-button
@
click=
"resetForm()"
>
<el-button
@
click=
"resetForm()"
>
...
@@ -422,7 +422,10 @@ export default {
...
@@ -422,7 +422,10 @@ export default {
this
.
ruleForm
.
auditEndTime
=
""
;
this
.
ruleForm
.
auditEndTime
=
""
;
}
}
},
},
async
submitForm
()
{
async
submitForm
(
info
)
{
if
(
info
==
999
){
this
.
currentPage
=
1
}
let
params
=
{
let
params
=
{
current
:
this
.
currentPage
,
current
:
this
.
currentPage
,
pageSize
:
this
.
pageSize
,
pageSize
:
this
.
pageSize
,
...
...
src/views/projectCheck/verificationRectify.vue
View file @
67efc8a
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
</el-form-item>
</el-form-item>
<el-form-item
class=
"button"
>
<el-form-item
class=
"button"
>
<el-button
@
click=
"submitForm()"
>
<el-button
@
click=
"submitForm(
'999'
)"
>
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
>
>
<el-button
@
click=
"resetForm()"
>
<el-button
@
click=
"resetForm()"
>
...
@@ -422,7 +422,10 @@ export default {
...
@@ -422,7 +422,10 @@ export default {
this
.
ruleForm
.
auditEndTime
=
""
;
this
.
ruleForm
.
auditEndTime
=
""
;
}
}
},
},
async
submitForm
()
{
async
submitForm
(
info
)
{
if
(
info
==
999
){
this
.
currentPage
=
1
}
let
params
=
{
let
params
=
{
current
:
this
.
currentPage
,
current
:
this
.
currentPage
,
pageSize
:
this
.
pageSize
,
pageSize
:
this
.
pageSize
,
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment