Parcourir la source

智能选址bug 解决

maxiaoxiao il y a 6 mois
Parent
commit
db21536853
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/views/siteselection/components/xzjg.vue

+ 1 - 0
src/views/siteselection/components/xzjg.vue

@@ -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));