Commit ce8c16ae8c9426f7b95bcc8882a8ba6863e09327

Authored by loveumiko
1 parent e7e88c9b

fix: 修改场景联动设备输出

@@ -579,7 +579,6 @@ export const actionSchema: FormSchema[] = [ @@ -579,7 +579,6 @@ export const actionSchema: FormSchema[] = [
579 api: async (parmas: Recordable) => { 579 api: async (parmas: Recordable) => {
580 try { 580 try {
581 const record = await findDictItemByCode(parmas); 581 const record = await findDictItemByCode(parmas);
582 - console.log(record, 'record');  
583 return record.filter( 582 return record.filter(
584 (item) => 583 (item) =>
585 item.itemValue !== CommandTypeEnum.ATTRIBUTE.toString() || item.itemText != '属性' 584 item.itemValue !== CommandTypeEnum.ATTRIBUTE.toString() || item.itemText != '属性'