吉安感知网项目-前端
罗广辉
2026-01-26 d659a7865a88cce412ab2fdddbf544b3f44523ac
applications/task-work-order/src/views/orderView/orderManage/orderManage/FormDiaLog.vue
@@ -374,7 +374,7 @@
// 获取推荐设备列表
async function getDeviceList() {
   const all = ['11'].includes(gdStatus.value)
   const all = ['11'].includes(gdStatus.value) && requester.value
   try {
      const str = [...pointList.value, pointList.value[0]].map(item => `${item.longitude} ${item.latitude}`).join(',')
      let geom = `POLYGON((${str}))`