@@ -34,6 +34,7 @@ export default class Progress extends Vue {
isShow = true
created () {
+ console.log(this.init)
if (this.init) {
this.getFileAmount()
}
@@ -1,7 +1,7 @@
<template>
<div class="plan container">
<h1>Plan</h1>
- <Progress></Progress>
+ <Progress :init="true" />
<div class="block">
<div class="top">
<h2>Processing Files Balance</h2>