wangzhe 2 năm trước cách đây
mục cha
commit
10e1a09dc4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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++) {