Merge remote-tracking branch 'origin/bug-fix' into bug-fix

This commit is contained in:
XieYongHong 2023-06-09 17:52:07 +08:00
commit 0fb6960cd3
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) =>