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 2b30f0d5
authored
Jun 12, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重置清空修改
1 parent
0a2c27f1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
2 deletions
src/views/assessChecks/assistedViewing.vue
src/views/assessChecks/auxiliaryInspection.vue
src/views/assessChecks/auxiliarySelection.vue
src/views/assessChecks/confirmRelease.vue
src/views/assessChecks/materialAcquisition.vue
src/views/assessChecks/assistedViewing.vue
View file @
2b30f0d
...
...
@@ -441,6 +441,7 @@ export default {
this
.
pageSize
=
10
;
this
.
ruleForm
.
createStartTime
=
""
;
this
.
ruleForm
.
createEndTime
=
""
;
this
.
ruleForm
.
dates
=
[]
this
.
submitForm
();
},
//详情
...
...
src/views/assessChecks/auxiliaryInspection.vue
View file @
2b30f0d
...
...
@@ -289,6 +289,7 @@ export default {
this
.
pageSize
=
10
;
this
.
ruleForm
.
createStartTime
=
""
;
this
.
ruleForm
.
createEndTime
=
""
;
this
.
ruleForm
.
dates
=
[]
this
.
submitForm
();
},
//合规性检查评估
...
...
src/views/assessChecks/auxiliarySelection.vue
View file @
2b30f0d
...
...
@@ -57,10 +57,10 @@
<el-button
@
click=
"submitForm()"
>
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
>
<el-button
@
click=
"resetForm(
'ruleForm'
)"
>
<el-button
@
click=
"resetForm()"
>
<img
class=
"buttonIcon"
src=
"../../assets/cz.png"
/>
重置
</el-button
>
<el-button
@
click=
"detailsForm(
'ruleForm'
)"
>
<el-button
@
click=
"detailsForm()"
>
<img
class=
"buttonIcon"
src=
"../../assets/ck.png"
/>
详情
</el-button
>
<el-button
@
click=
"add()"
>
...
...
@@ -768,6 +768,7 @@ export default {
this
.
pageSize
=
10
;
this
.
ruleForm
.
createStartTime
=
""
;
this
.
ruleForm
.
createEndTime
=
""
;
this
.
ruleForm
.
dates
=
[]
this
.
submitForm
();
},
//点击新增
...
...
src/views/assessChecks/confirmRelease.vue
View file @
2b30f0d
...
...
@@ -679,6 +679,7 @@ export default {
this
.
pageSize
=
10
;
this
.
ruleForm
.
createStartTime
=
""
;
this
.
ruleForm
.
createEndTime
=
""
;
this
.
ruleForm
.
dates
=
[]
this
.
submitForm
();
},
//详情
...
...
src/views/assessChecks/materialAcquisition.vue
View file @
2b30f0d
...
...
@@ -439,6 +439,7 @@ export default {
this
.
pageSize
=
10
;
this
.
ruleForm
.
planStartTime
=
""
;
this
.
ruleForm
.
planEndTime
=
""
;
this
.
ruleForm
.
dates
=
[]
this
.
submitForm
();
},
//提交评估材料
...
...
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