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 b1fd6b40
authored
Jun 11, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重置评估日期
1 parent
790bbe36
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
2 deletions
src/views/assessChecks/assistedViewing.vue
src/views/assessChecks/auxiliaryInspection.vue
src/views/assessChecks/auxiliarySelection.vue
src/views/assessChecks/checkComplianceFZ.vue
src/views/assessChecks/confirmRelease.vue
src/views/assessChecks/materialAcquisition.vue
src/views/assessChecks/assistedViewing.vue
View file @
b1fd6b4
...
...
@@ -394,6 +394,9 @@ export default {
//给后端的参数
this
.
ruleForm
.
createStartTime
=
time
[
0
];
this
.
ruleForm
.
createEndTime
=
time
[
1
];
}
else
{
this
.
ruleForm
.
createStartTime
=
""
;
this
.
ruleForm
.
createEndTime
=
""
;
}
},
async
submitForm
()
{
...
...
@@ -435,6 +438,8 @@ export default {
this
.
$refs
.
formName
.
resetFields
();
this
.
currentPage
=
1
;
this
.
pageSize
=
10
;
this
.
ruleForm
.
createStartTime
=
""
;
this
.
ruleForm
.
createEndTime
=
""
;
this
.
submitForm
();
},
//详情
...
...
src/views/assessChecks/auxiliaryInspection.vue
View file @
b1fd6b4
...
...
@@ -234,6 +234,9 @@ export default {
//给后端的参数
this
.
ruleForm
.
createStartTime
=
time
[
0
];
this
.
ruleForm
.
createEndTime
=
time
[
1
];
}
else
{
this
.
ruleForm
.
createStartTime
=
""
;
this
.
ruleForm
.
createEndTime
=
""
;
}
},
async
submitForm
()
{
...
...
@@ -284,6 +287,8 @@ export default {
this
.
$refs
.
formName
.
resetFields
();
this
.
currentPage
=
1
;
this
.
pageSize
=
10
;
this
.
ruleForm
.
createStartTime
=
""
;
this
.
ruleForm
.
createEndTime
=
""
;
this
.
submitForm
();
},
//合规性检查评估
...
...
src/views/assessChecks/auxiliarySelection.vue
View file @
b1fd6b4
...
...
@@ -766,6 +766,8 @@ export default {
this
.
$refs
.
formName
.
resetFields
();
this
.
currentPage
=
1
;
this
.
pageSize
=
10
;
this
.
ruleForm
.
createStartTime
=
""
;
this
.
ruleForm
.
createEndTime
=
""
;
this
.
submitForm
();
},
//点击新增
...
...
src/views/assessChecks/checkComplianceFZ.vue
View file @
b1fd6b4
...
...
@@ -195,7 +195,7 @@ export default {
actualReviewTime
:
getCurrentDate
(),
};
console
.
log
(
params
,
"this.clqparams"
);
return
//
return
if
(
type
==
"add"
)
{
console
.
log
(
params
,
"this.zjtableDatathis.zjtableData"
);
...
...
src/views/assessChecks/confirmRelease.vue
View file @
b1fd6b4
...
...
@@ -717,6 +717,8 @@ export default {
this
.
$refs
.
formName
.
resetFields
();
this
.
currentPage
=
1
;
this
.
pageSize
=
10
;
this
.
ruleForm
.
createStartTime
=
""
;
this
.
ruleForm
.
createEndTime
=
""
;
this
.
submitForm
();
},
//详情
...
...
src/views/assessChecks/materialAcquisition.vue
View file @
b1fd6b4
...
...
@@ -437,7 +437,8 @@ export default {
this
.
$refs
.
formName
.
resetFields
();
this
.
currentPage
=
1
;
this
.
pageSize
=
10
;
console
.
log
(
"重置"
);
this
.
ruleForm
.
planStartTime
=
""
;
this
.
ruleForm
.
planEndTime
=
""
;
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