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
eeabe452
Commit
eeabe452
authored
Nov 12, 2025
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: podcn更换物流清空表单数据
parent
cc825218
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/views/order/podCN/components/ChangeWayDialog.vue
+3
-0
No files found.
src/views/order/podCN/components/ChangeWayDialog.vue
View file @
eeabe452
...
...
@@ -114,6 +114,7 @@ const cancelWayDialog = () => {
changeWayRow
.
value
=
{}
as
LogisticsData
changeWayRef
.
value
?.
setCurrentRow
()
isChangeWay
.
value
=
false
logisticsWayData
.
value
=
[]
}
//确认物流
const
changeWaySubmit
=
async
(
title
:
string
)
=>
{
...
...
@@ -154,6 +155,7 @@ const changeWaySubmit = async (title: string) => {
console
.
log
(
error
)
}
finally
{
isChangeWayLoading
.
value
=
false
logisticsWayData
.
value
=
[]
}
}
const
showDialog
=
async
()
=>
{
...
...
@@ -165,6 +167,7 @@ const showDialog = async () => {
}
)`
isChangeWay
.
value
=
true
const
{
data
}
=
await
getTableFn
(
rowData
.
id
as
number
)
logisticsWayData
.
value
=
data
}
}
catch
(
error
)
{
...
...
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