Commit 6ad966bc0f7473ac37827bcc036d611de0a61564

Authored by xp.Huang
2 parents 575ff3f0 ce5db973

Merge branch 'fix/DEFECT-2099' into 'v1.4.0_dev'

fix: 修复数据流转时点击设备提示请选择数据源设备问题

See merge request yunteng/thingskit-front!1356
@@ -125,7 +125,7 @@ export const modeForm = (disabled: boolean): FormSchema[] => { @@ -125,7 +125,7 @@ export const modeForm = (disabled: boolean): FormSchema[] => {
125 transformValue: handleGroupDevice, 125 transformValue: handleGroupDevice,
126 openModalValidate: () => { 126 openModalValidate: () => {
127 if (!deviceProfileIds || !deviceProfileIds?.length) { 127 if (!deviceProfileIds || !deviceProfileIds?.length) {
128 - createMessage.warning('请选择数据源设备'); 128 + createMessage.warning('请选择数据源产品');
129 } 129 }
130 return deviceProfileIds && deviceProfileIds?.length; 130 return deviceProfileIds && deviceProfileIds?.length;
131 }, 131 },