Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
中汽测评-信息安全测评系统
web
Commits
92e32b67
Commit
92e32b67
authored
Mar 14, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 70587 70588
parent
6b0c5cd7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
8 deletions
+12
-8
companyFile.vue
...ing/carReview/write-check-form/components/companyFile.vue
+1
-3
index.vue
src/views/processing/carReview/write-check-form/index.vue
+5
-1
companyFile.vue
.../systemReview/write-check-form/components/companyFile.vue
+1
-3
index.vue
src/views/processing/systemReview/write-check-form/index.vue
+5
-1
No files found.
src/views/processing/carReview/write-check-form/components/companyFile.vue
View file @
92e32b67
...
...
@@ -156,6 +156,7 @@ export default {
fileName
(
newValue
)
{
this
.
model
.
fileName
=
newValue
this
.
model
.
enterpriseName
=
this
.
enterpriseName
this
.
model
.
taskId
=
this
.
$route
.
query
.
taskId
},
'dialogManger.dialogEditId'
(
newValue
)
{
this
.
model
.
fetch
(
...
...
@@ -166,9 +167,6 @@ export default {
)
}
},
created
()
{
this
.
model
.
taskId
=
this
.
$route
.
query
.
taskId
},
methods
:
{
handleUpdateFile
(
newValue
)
{
this
.
$emit
(
'fileNameUpdate'
,
newValue
)
...
...
src/views/processing/carReview/write-check-form/index.vue
View file @
92e32b67
...
...
@@ -354,7 +354,11 @@ export default {
{
required
:
true
,
message
:
'请选择审查结果'
,
trigger
:
'blur'
}
],
fileName
:
[
{
required
:
true
,
message
:
'请输入文件名称'
,
trigger
:
'blur'
}
{
required
:
true
,
message
:
'请输入文件名称'
,
trigger
:
[
'change'
]
}
],
catalogue
:
[
{
...
...
src/views/processing/systemReview/write-check-form/components/companyFile.vue
View file @
92e32b67
...
...
@@ -156,6 +156,7 @@ export default {
fileName
(
newValue
)
{
this
.
model
.
fileName
=
newValue
this
.
model
.
enterpriseName
=
this
.
enterpriseName
this
.
model
.
taskId
=
this
.
$route
.
query
.
taskId
},
'dialogManger.dialogEditId'
(
newValue
)
{
this
.
model
.
fetch
(
...
...
@@ -166,9 +167,6 @@ export default {
)
}
},
created
()
{
this
.
model
.
taskId
=
this
.
$route
.
query
.
taskId
},
methods
:
{
handleUpdateFile
(
newValue
)
{
this
.
$emit
(
'fileNameUpdate'
,
newValue
)
...
...
src/views/processing/systemReview/write-check-form/index.vue
View file @
92e32b67
...
...
@@ -364,7 +364,11 @@ export default {
{
required
:
true
,
message
:
'请选择审查结果'
,
trigger
:
'blur'
}
],
fileName
:
[
{
required
:
true
,
message
:
'请输入文件名称'
,
trigger
:
'blur'
}
{
required
:
true
,
message
:
'请输入文件名称'
,
trigger
:
[
'change'
]
}
],
catalogue
:
[
{
...
...
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