Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
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
TFMOM
TF-MOM-WEB
Commits
db9aec71
Commit
db9aec71
authored
Nov 01, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
验收入库流程切换id未及时更新bug修改
parent
70e4f0d0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
index.vue
...ponents/components/PurchasingWarehousingProcess/index.vue
+7
-4
No files found.
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingProcess/index.vue
View file @
db9aec71
...
...
@@ -161,6 +161,12 @@ export default {
this
.
$set
(
this
.
topLayConfig
,
'layKey'
,
'flowView_view'
)
}
}
},
'basicData.id'
:
{
immediate
:
true
,
handler
(
val
)
{
val
&&
this
.
searchInStorageRequestItem
()
}
}
},
created
()
{
...
...
@@ -168,9 +174,6 @@ export default {
this
.
$bus
.
$on
(
'refreshPurchaseData'
,
this
.
handleCustomEvent
)
},
mounted
()
{
this
.
$nextTick
(()
=>
{
this
.
searchInStorageRequestItem
()
})
this
.
$bus
.
$on
(
'refreshDataAndClose'
,
(
data
)
=>
{
this
.
refreshKey
++
this
.
handleCustomEvent
()
...
...
@@ -246,7 +249,7 @@ export default {
]
}
}
this
.
tableData
=
[]
post
(
'InStorageRequestItem/treeSearch'
,
param
).
then
(
res
=>
{
const
data
=
res
.
items
this
.
treeTableNoArrange
(
data
)
...
...
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