@@ -47,14 +47,15 @@ const SettleAccount = {
this.defaultVal = newValue||undefined
},
settleStyleSn(a,b){
- console.log(a)
if(a){
this.getList()
}
mounted() {
- this.getList()
+ if(this.settleStyleSn){
+ this.getList()
+ }
methods: {
filterOption (input, option) {