This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_GAAS_GFrame_WEBFRONT
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
工单优化
suzhou_blueVersion
wangxy
3 years ago
parent
1f20040b0a
commit
1b1d3a12e2
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
src/views/equip/workbench/order.vue
+ 5
- 1
src/views/equip/workbench/order.vue
View File
@ -434,7 +434,11 @@ export default {
finr
:
row
.
finr
,
maintwoid
:
row
.
maintwoid
,
status
:
this
.
updatestatusEnum
[
row
.
status
]
,
}
)
}
)
.
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
this
.
open
=
false
}
}
)
this
.
getList
(
)
}
}
,
Write
Preview
Loading…
Cancel
Save