ソースを参照

智能选址bug 解决

maxiaoxiao 6 ヶ月 前
コミット
db21536853
1 ファイル変更1 行追加0 行削除
  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));