src/pages/page-web/projects/devices.vue
@@ -279,7 +279,7 @@ } type Pagination = TableState['pagination'] const workspaceId = computed(() => store.state.common.projectId) const workspaceId = computed(() => store.state.common.projectId || localStorage.getItem(ELocalStorageKey.WorkspaceId)) const editableData: UnwrapRef<Record<string, Device>> = reactive({}) const current = ref([EDeviceTypeName.Aircraft])