wangzhe преди 2 години
родител
ревизия
99a52a9db1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/resources.vue

+ 1 - 1
src/views/resources.vue

@@ -223,7 +223,7 @@
       selectResources(){
       selectResources(){
         selectResources(this.labelList).then(res => {
         selectResources(this.labelList).then(res => {
           this.resourcesList = res.data;
           this.resourcesList = res.data;
-          this.initMarkers(this.resourcesList);
+          // this.initMarkers(this.resourcesList);
         })
         })
       },
       },
       //点击左侧某资源,将该资源进行落点
       //点击左侧某资源,将该资源进行落点