diff --git a/src/views/agent/payoff.vue b/src/views/agent/payoff.vue
index d343901..f16a4fb 100644
--- a/src/views/agent/payoff.vue
+++ b/src/views/agent/payoff.vue
@@ -25,7 +25,7 @@
-
+
@@ -195,9 +195,10 @@ export default {
GuipRadio
},
+ options: { styleIsolation: "shared" },
data() {
return {
- totalType:'1',
+ totalType:null,
tableLoading:false,
walletType: '',
@@ -237,6 +238,7 @@ export default {
},
mounted() {
this.$nextTick(()=>{
+ this.totalType = '1';
this.handleClick()
})
},
@@ -399,6 +401,9 @@ export default {