소스 검색

智能选址bug 解决

maxiaoxiao 5 달 전
부모
커밋
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));