Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
郑艺斌
/
emaint-web-master
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
6affc1a9
authored
Nov 29, 2022
by
郑艺斌
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of
http://git.xmmakeit.com/zhengyb/emaint-web-master
parents
9a4daf48
6cab2115
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/welcome.vue
src/views/welcome.vue
View file @
6affc1a9
...
@@ -248,21 +248,21 @@ export default {
...
@@ -248,21 +248,21 @@ export default {
sessionStorage
.
setItem
(
'paramsstatus'
,
status
)
sessionStorage
.
setItem
(
'paramsstatus'
,
status
)
if
(
status
==
"待派单"
){
if
(
status
==
"待派单"
){
this
.
$router
.
push
({
this
.
$router
.
push
({
name
:
"
bx
_list"
,
name
:
"
order
_list"
,
params
:{
params
:{
status
:
status
status
:
status
}
}
});
});
}
else
if
(
status
==
"待维修"
){
}
else
if
(
status
==
"待维修"
){
this
.
$router
.
push
({
this
.
$router
.
push
({
name
:
"
bx
_list"
,
name
:
"
order
_list"
,
params
:{
params
:{
status
:
status
status
:
status
}
}
});
});
}
else
if
(
status
==
"待评价"
){
}
else
if
(
status
==
"待评价"
){
this
.
$router
.
push
({
this
.
$router
.
push
({
name
:
"
bx
_list"
,
name
:
"
order
_list"
,
params
:{
params
:{
status
:
status
status
:
status
}
}
...
...
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