@@ -230,6 +230,7 @@ export default {
},
methods: {
GetXzjg() {
+ this.bgList = []
GetXzjg({ bsm: this.$props.rwBsm }).then((res) => {
if (res.success) {
this.xzjgObj = JSON.parse(JSON.stringify(res.data));