@@ -93,7 +93,7 @@
//表单检测
checkForm() {
//只要要检测的时候才检测
- if (!this.subForm.deviceIds && this.hasSceneId4 == '0') {
+ if (this.recordList.length>0 && !this.subForm.deviceIds && this.hasSceneId4 == '0') {
mui.toast('请选择设备');
return false;
} else {