fix: string错误

This commit is contained in:
100011797 2023-06-09 17:33:41 +08:00
parent ab79402dc9
commit 9d727ec094
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export const update = (id: string, data: any) =>
export const getProviders = () => server.get(`/gateway/device/providers`);
export const queryOptionsList = (type: strimg) =>
export const queryOptionsList = (type: string) =>
server.get(`/data-collect/opc/${type}`);
export const validateField = (data: any) =>