Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
warehousing-admin
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
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
吴春元
warehousing-admin
Commits
2addadd8
Commit
2addadd8
authored
Jan 04, 2026
by
杨子
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(OutboundExecution): 重置currentBatch当订单变化时
确保在订单变化时清空当前批次,避免数据不一致
parent
0cdc5171
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
OutboundExecution.vue
...ws/ware/wmsOutboundOrder/components/OutboundExecution.vue
+1
-0
No files found.
src/views/ware/wmsOutboundOrder/components/OutboundExecution.vue
View file @
2addadd8
...
...
@@ -802,6 +802,7 @@ onBeforeUnmount(() => {
watch
(()
=>
props
.
order
,
async
(
newOrder
)
=>
{
if
(
newOrder
)
{
currentBatch
.
value
=
null
await
loadOrderDetails
()
}
}
,
{
deep
:
true
}
)
...
...
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