Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
car-database-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
中汽研标准应用数据库
car-database-web
Commits
93e31b08
Commit
93e31b08
authored
Sep 06, 2024
by
baiyanhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发起评审-页面跳转修改
parent
ae4b260b
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
21 additions
and
24 deletions
+21
-24
index.vue
src/views/review/createReview/deleteReviewDetails/index.vue
+1
-1
index.vue
...views/review/createReview/deleteReviewKeypoints/index.vue
+1
-1
index.vue
src/views/review/createReview/deleteReviewScene/index.vue
+1
-1
index.vue
src/views/review/createReview/deleteUseCase/index.vue
+1
-1
index.vue
src/views/review/createReview/newReviewDetails/index.vue
+1
-1
index.vue
src/views/review/createReview/newReviewKeypoints/index.vue
+1
-1
index.vue
src/views/review/createReview/newReviewScene/index.vue
+1
-1
index.vue
src/views/review/createReview/newUseCase/index.vue
+13
-16
index.vue
src/views/review/createReview/updateUseCase/index.vue
+1
-1
No files found.
src/views/review/createReview/deleteReviewDetails/index.vue
View file @
93e31b08
...
...
@@ -529,7 +529,7 @@ export default {
const
aa
=
response
if
(
aa
){
alert
(
'提交成功'
)
this
.
$router
.
push
({
path
:
'/
login
'
});
this
.
$router
.
push
({
path
:
'/
review/createReview
'
});
}
else
{
alert
(
'提交失败'
)
}
...
...
src/views/review/createReview/deleteReviewKeypoints/index.vue
View file @
93e31b08
...
...
@@ -475,7 +475,7 @@ export default {
const
aa
=
response
if
(
aa
){
alert
(
'提交成功'
)
this
.
$router
.
push
({
path
:
'/
login
'
});
this
.
$router
.
push
({
path
:
'/
review/createReview
'
});
}
else
{
alert
(
'提交失败'
)
}
...
...
src/views/review/createReview/deleteReviewScene/index.vue
View file @
93e31b08
...
...
@@ -587,7 +587,7 @@ export default {
const
aa
=
response
if
(
aa
){
alert
(
'提交成功'
)
this
.
$router
.
push
({
path
:
'/
login
'
});
this
.
$router
.
push
({
path
:
'/
review/createReview
'
});
}
else
{
alert
(
'提交失败'
)
}
...
...
src/views/review/createReview/deleteUseCase/index.vue
View file @
93e31b08
...
...
@@ -454,7 +454,7 @@ export default {
const
aa
=
response
if
(
aa
)
{
alert
(
'提交成功'
)
this
.
$router
.
push
({
path
:
'/
login
'
})
this
.
$router
.
push
({
path
:
'/
review/createReview
'
})
}
else
{
alert
(
'提交失败'
)
}
...
...
src/views/review/createReview/newReviewDetails/index.vue
View file @
93e31b08
...
...
@@ -491,7 +491,7 @@
const
aa
=
response
if
(
aa
){
alert
(
'提交成功'
)
this
.
$router
.
push
({
path
:
'/
login
'
});
this
.
$router
.
push
({
path
:
'/
review/createReview
'
});
}
else
{
alert
(
'提交失败'
)
}
...
...
src/views/review/createReview/newReviewKeypoints/index.vue
View file @
93e31b08
...
...
@@ -468,7 +468,7 @@ export default {
const
aa
=
response
if
(
aa
)
{
alert
(
'提交成功'
)
this
.
$router
.
push
({
path
:
'/
login
'
})
this
.
$router
.
push
({
path
:
'/
review/createReview
'
})
}
else
{
alert
(
'提交失败'
)
}
...
...
src/views/review/createReview/newReviewScene/index.vue
View file @
93e31b08
...
...
@@ -539,7 +539,7 @@ export default {
const
aa
=
response
if
(
aa
)
{
alert
(
'提交成功'
)
this
.
$router
.
push
({
path
:
'/
login
'
})
this
.
$router
.
push
({
path
:
'/
review/createReview
'
})
}
else
{
alert
(
'提交失败'
)
}
...
...
src/views/review/createReview/newUseCase/index.vue
View file @
93e31b08
...
...
@@ -27,9 +27,7 @@
placeholder=
"车型检验"
@
change=
"handleSelectType(formModel.tiaokuanfenlei)"
>
<el-option
:value =
'车型检验'
/>
<el-option
:value=
"车型检验"
/>
</el-select>
</el-form-item>
</el-col>
...
...
@@ -105,7 +103,6 @@
<el-col
:span=
"10"
><p></p></el-col>
</el-row>
<el-row>
<el-col
:span=
"3"
><p></p></el-col>
<el-col
:span=
"8"
>
...
...
@@ -293,7 +290,7 @@ export default {
yonglibianhao
:
''
,
shenchaxize
:
''
,
// shenchachangjing: '',
yonglimiaoshu
:
''
,
yonglimiaoshu
:
''
}
}
},
...
...
@@ -454,7 +451,7 @@ export default {
const
aa
=
response
if
(
aa
)
{
alert
(
'提交成功'
)
this
.
$router
.
push
({
path
:
'/
login
'
})
this
.
$router
.
push
({
path
:
'/
review/createReview
'
})
}
else
{
alert
(
'提交失败'
)
}
...
...
src/views/review/createReview/updateUseCase/index.vue
View file @
93e31b08
...
...
@@ -645,7 +645,7 @@ export default {
const
aa
=
response
if
(
aa
)
{
alert
(
'提交成功'
)
this
.
$router
.
push
({
path
:
'/
login
'
})
this
.
$router
.
push
({
path
:
'/
review/createReview
'
})
}
else
{
alert
(
'提交失败'
)
}
...
...
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