Commit 2cc2f918 authored by 铃兰's avatar 铃兰

Merge remote-tracking branch 'origin/master'

parents 1985f9d9 463e846c
Pipeline #22675 passed with stages
in 1 minute and 1 second
This diff is collapsed.
...@@ -507,8 +507,6 @@ export default { ...@@ -507,8 +507,6 @@ export default {
if (isNaN(res.data)) { if (isNaN(res.data)) {
return 0; return 0;
} else { } else {
this.totalDeck = res.data;
this.$forceUpdate();
return res.data; return res.data;
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment