排程重做
This commit is contained in:
@@ -64,6 +64,10 @@ public class BindDeviceFragment extends BaseFragment<PlanBindDeviceLayoutBinding
|
||||
public void onClick(View v){
|
||||
switch (v.getId()){
|
||||
case R.id.tv_commit:
|
||||
if (mPlanEntity == null) {
|
||||
ToastUtil.showShort(mContext, "请先保存排程");
|
||||
return;
|
||||
}
|
||||
boolean isSelected = false;
|
||||
List<String> selected = new ArrayList<>();
|
||||
for(WaterDeviceEntity.DeviceListBean bean : mDeviceList){
|
||||
|
||||
Reference in New Issue
Block a user