Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
fae8986a
Commit
fae8986a
authored
Nov 12, 2025
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复podcn更换物流参数传递错误问题
parent
1bb29430
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/views/order/podCN/components/ChangeWayDialog.vue
+2
-3
No files found.
src/views/order/podCN/components/ChangeWayDialog.vue
View file @
fae8986a
...
@@ -69,7 +69,6 @@ import { PodCnOrderListData, LogisticsData } from '@/types/api/podCnOrder'
...
@@ -69,7 +69,6 @@ import { PodCnOrderListData, LogisticsData } from '@/types/api/podCnOrder'
const
isChangeWay
=
ref
(
false
)
const
isChangeWay
=
ref
(
false
)
const
isChangeWayLoading
=
ref
(
false
)
const
isChangeWayLoading
=
ref
(
false
)
const
changeWayRow
=
ref
<
LogisticsData
>
({}
as
LogisticsData
)
const
changeWayRow
=
ref
<
LogisticsData
>
({}
as
LogisticsData
)
const
currentItem
=
ref
<
PodCnOrderListData
|
null
>
(
null
)
const
logisticsWayData
=
ref
([])
const
logisticsWayData
=
ref
([])
const
changeWayRef
=
ref
()
const
changeWayRef
=
ref
()
...
@@ -139,8 +138,8 @@ const changeWaySubmit = async (title: string) => {
...
@@ -139,8 +138,8 @@ const changeWaySubmit = async (title: string) => {
try
{
try
{
const
params
=
{
const
params
=
{
updateByIdParam
:
{
updateByIdParam
:
{
id
:
currentItem
.
value
?.
id
||
''
,
id
:
props
.
rowData
?.
id
||
''
,
dataVersion
:
currentItem
.
value
?.
version
as
number
,
dataVersion
:
props
.
rowData
?.
version
as
number
,
},
},
logisticsTrialCalculation
:
{
...
changeWayRow
.
value
},
logisticsTrialCalculation
:
{
...
changeWayRow
.
value
},
}
}
...
...
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