diff --git a/src/views/device/management/management.data.ts b/src/views/device/management/management.data.ts index ba885302..5b788410 100644 --- a/src/views/device/management/management.data.ts +++ b/src/views/device/management/management.data.ts @@ -202,7 +202,7 @@ export const accountFormSchema: FormSchema[] = [ component: 'ApiSelect', componentProps: { api: async () => { - const res = await getKeywords({ key: 'device-supplier' }) + const res = await getKeywords({ type_key: 'device-supplier' }) return res }, labelField: 'name', @@ -216,7 +216,7 @@ export const accountFormSchema: FormSchema[] = [ component: 'ApiSelect', componentProps: { api: async () => { - const res = await getKeywords({ key: 'device-project' }) + const res = await getKeywords({ type_key: 'device-project' }) return res }, labelField: 'name', diff --git a/src/views/visualization/components/QXSZ.vue b/src/views/visualization/components/QXSZ.vue index 08d1d3a5..938a5b8b 100644 --- a/src/views/visualization/components/QXSZ.vue +++ b/src/views/visualization/components/QXSZ.vue @@ -1,11 +1,11 @@