Commit 0a890bab authored by Steven杜宇's avatar Steven杜宇

// 修改

parent b9ecdace
......@@ -226,6 +226,7 @@ class YHResignAppointSubmitScheduleViewController: YHBaseViewController {
}
let modifyVC = YHResignAppointTimeModifyViewController()
modifyVC.renewalId = self.renewalId
modifyVC.selectGroupArr = groupArr
self.navigationController?.pushViewController(modifyVC)
}
......@@ -270,6 +271,7 @@ extension YHResignAppointSubmitScheduleViewController: UITableViewDelegate, UITa
cell2.showBottomCorner(isShowCorner)
return cell2
}
let defaultCell = tableView.dequeueReusableCell(withIdentifier: "UITableViewCell", for: indexPath)
return defaultCell
}
......
......@@ -362,7 +362,7 @@ extension YHResignAppointTimeModifyViewController {
}
let param: [String : Any] = ["renewal_id" : renewalId,
"is_together" : self.isTogether,
"is_together" : self.isTogether ? 1 : 2,
"batch" : batchs]
printLog(param)
YHHUD.show(.progress(message: "加载中..."))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment