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
Labels
Milestones
New Pull Request
#151
拆包优化
Merged
Liwei
merged 1 commits from
feature_supplier
into
develop
3 years ago
Conversation
0
Commits
1
Files Changed
1
1 changed files
with
4 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified 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
)
return
api
.
demolitionPkg
(
params
)
}
)
.
then
(
(
)
=>
{
}
)
.
then
(
(
)
=>
{
this
.
msgSuccess
(
'拆包成功'
)
this
.
msgSuccess
(
'拆包成功'
)
}
)
.
catch
(
(
)
=>
{
}
)
this
.
pkgNum
=
''
}
)
.
catch
(
(
)
=>
{
this
.
pkgNum
=
''
}
)
}
}
}
,
}
,
}
}
Write
Preview
Loading…
Cancel
Save