Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
872351f0
Commit
872351f0
authored
5 years ago
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改跳转参数
parent
f2e208e5
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
ComplaintsDetail.vue
src/components/Complaints/ComplaintsDetail.vue
+1
-1
ComplaintsManage.vue
src/components/Complaints/ComplaintsManage.vue
+2
-2
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+1
-1
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+1
-1
No files found.
src/components/Complaints/ComplaintsDetail.vue
View file @
872351f0
...
@@ -762,7 +762,7 @@
...
@@ -762,7 +762,7 @@
},
},
mounted
()
{
mounted
()
{
this
.
queryMsg
.
ID
=
this
.
$route
.
query
.
id
this
.
queryMsg
.
ID
=
this
.
$route
.
query
.
id
this
.
queryMsg
.
OrderId
=
this
.
$route
.
query
.
O
rderId
this
.
queryMsg
.
OrderId
=
this
.
$route
.
query
.
o
rderId
this
.
getEnumeration
()
this
.
getEnumeration
()
this
.
getEmployeeList
()
this
.
getEmployeeList
()
this
.
getDetial
()
this
.
getDetial
()
...
...
This diff is collapsed.
Click to expand it.
src/components/Complaints/ComplaintsManage.vue
View file @
872351f0
...
@@ -375,8 +375,8 @@
...
@@ -375,8 +375,8 @@
this
.
$router
.
push
({
this
.
$router
.
push
({
name
:
path
,
name
:
path
,
query
:
{
query
:
{
'id'
:
id
,
id
:
id
,
'orderId'
:
orderId
,
orderId
:
orderId
,
blank
:
'y'
,
blank
:
'y'
,
tab
:
title
tab
:
title
}
}
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/BasicDocuments.vue
View file @
872351f0
...
@@ -2424,7 +2424,7 @@ export default {
...
@@ -2424,7 +2424,7 @@ export default {
name
:
path
,
name
:
path
,
query
:
{
query
:
{
id
:
id
,
id
:
id
,
O
rderId
:
OrderId
,
o
rderId
:
OrderId
,
blank
:
"y"
blank
:
"y"
}
}
});
});
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
872351f0
...
@@ -914,7 +914,7 @@ export default {
...
@@ -914,7 +914,7 @@ export default {
name
:
path
,
name
:
path
,
query
:
{
query
:
{
id
:
id
,
id
:
id
,
O
rderId
:
OrderId
,
o
rderId
:
OrderId
,
blank
:
"y"
blank
:
"y"
}
}
});
});
...
...
This diff is collapsed.
Click to expand it.
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