|
|
@@ -152,6 +152,10 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
activated() {
|
|
|
+ this.ownerNameMsg = '';
|
|
|
+ this.totalSalesAmountMsg = '';
|
|
|
+ this.performanceRatioMsg = '';
|
|
|
+ this.mainBrandMsg = '';
|
|
|
this.detail = null;
|
|
|
this.verificationVal = '';
|
|
|
if (this.time) clearInterval(this.time);
|