src/container/Map/Map.vue
@@ -1,7 +1,7 @@ <!-- * @Date: 2024-01-05 23:47:53 * @LastEditors: Sneed * @LastEditTime: 2024-02-03 00:01:53 * @LastEditTime: 2024-02-05 16:57:29 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/Map/Map.vue --> <template> @@ -204,7 +204,7 @@ this.map = [] } else { getRequest('machineList',{plantId: val}).then(res => { this.plantDeviceList = res.list.map(item => { this.plantDeviceList = res.data.list.map(item => { return { machineId: item.id, machineName: item.machineName