Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -125,7 +125,7 @@ export const modeForm = (disabled: boolean): FormSchema[] => { |
125 | 125 | transformValue: handleGroupDevice, |
126 | 126 | openModalValidate: () => { |
127 | 127 | if (!deviceProfileIds || !deviceProfileIds?.length) { |
128 | - createMessage.warning('请选择数据源设备'); | |
128 | + createMessage.warning('请选择数据源产品'); | |
129 | 129 | } |
130 | 130 | return deviceProfileIds && deviceProfileIds?.length; |
131 | 131 | }, | ... | ... |