Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
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
8eb279ef
authored
Feb 28, 2023
by
梁建民
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'dev/ver/3.0.0' into 'master'
bug See merge request
!4
parents
2c0c720f
2beb2698
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/views/OrderTrack/goods.vue
src/views/OrderTrack/goods.vue
View file @
8eb279ef
...
...
@@ -198,12 +198,14 @@ export default {
},
created
()
{
this
.
formInline
.
inquiry_sn
=
this
.
$route
.
query
.
inquiry_sn
||
''
;
this
.
formInline
.
quote_sn
=
this
.
$route
.
query
.
quote_sn
||
''
;
this
.
getData
();
},
watch
:
{
$route
(
to
,
from
)
{
if
(
to
.
path
==
'/orderTrackGoods'
)
{
this
.
formInline
.
inquiry_sn
=
this
.
$route
.
query
.
inquiry_sn
||
''
;
this
.
formInline
.
quote_sn
=
this
.
$route
.
query
.
quote_sn
||
''
;
this
.
getData
();
}
}
...
...
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