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
拆包优化
pull/151/head
wangxy
3 years ago
parent
bda4de6471
commit
2902bde4ad
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
src/views/quality/component/unpack.vue
+ 4
- 1
src/views/quality/component/unpack.vue
View File
@ -55,7 +55,10 @@ export default {
return
api
.
demolitionPkg
(
params
)
}
)
.
then
(
(
)
=>
{
this
.
msgSuccess
(
'拆包成功'
)
}
)
.
catch
(
(
)
=>
{
}
)
this
.
pkgNum
=
''
}
)
.
catch
(
(
)
=>
{
this
.
pkgNum
=
''
}
)
}
}
,
}
Write
Preview
Loading…
Cancel
Save