Commit ce5db973a49299bd9d3e389d158d71b98ad5c9fe

Authored by loveumiko
1 parent 7ca5f8be

fix: 修复数据流转时点击设备提示青玄数据源设备问题

@@ -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 },