Эх сурвалжийг харах

物资柜查询点位数据时传递值为null

pm 2 сар өмнө
parent
commit
eaf85e70f0

+ 11 - 9
src/views/mes/material/lockers/index.vue

@@ -717,17 +717,19 @@ export default {
           console.log(res, '作业票地图 图片数据')
           this.jobconfig = res.data
         })
+        const dataMap = {
+          pages: 1,
+          size: -1,
+          mapId: this.sysAttrValue
+        }
+        console.log(dataMap,'chaxuncanshu ')
+        getIsMapPointPage(dataMap).then((res) => {
+          console.log(res, '作业票地图岗位位置信息接口')
+          this.jobconfigPoint = res.data
+        })
       })
 
-      const dataMap = {
-        pages: 1,
-        size: -1,
-        mapId: this.sysAttrValue
-      }
-      getIsMapPointPage(dataMap).then((res) => {
-        console.log(res, '作业票地图岗位位置信息接口')
-        this.jobconfigPoint = res.data
-      })
+
     },
     //辅助函数计算超时时间
     calculateTimeDifference(occurTime) {