吉安感知网项目-前端
chenyao
2026-04-07 19568b15fb4c91f513c470008ad00b2b2dcb4df1
applications/task-work-order/src/views/orderView/orderManage/orderManage/FormDiaLog.vue
@@ -403,7 +403,7 @@
async function getDeviceList() {
   try {
      const str = [...pointList.value, pointList.value[0]].map(item => `${item.longitude} ${item.latitude}`).join(',')
         let geom = `'POLYGON((${str}))'`
         let geom = `POLYGON((${str}))`
      const res = await gdManageDeviceListApi({
         deviceIds: dialogMode.value === 'add' ? '' : formData.value.recommendDeviceIds,
         devicePayload: formData.value?.deviceLoadDemand,