wangzhe пре 2 година
родитељ
комит
10e1a09dc4
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/views/datacenter.vue

+ 1 - 0
src/views/datacenter.vue

@@ -473,6 +473,7 @@ export default {
       let that = this
       //点击左侧地图落点
       getResourcePointByDeptId(that.resourceTable, deptId).then(res => {
+        console.log("1===============dituluodian===============", res.data.resourceList);
         that.markersList = []
         if (res.data.resourceList != null && res.data.resourceList.length > 0) {
           for (let i = 0; i < res.data.resourceList.length; i++) {