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

// 修改

parent b9ecdace
...@@ -226,6 +226,7 @@ class YHResignAppointSubmitScheduleViewController: YHBaseViewController { ...@@ -226,6 +226,7 @@ class YHResignAppointSubmitScheduleViewController: YHBaseViewController {
} }
let modifyVC = YHResignAppointTimeModifyViewController() let modifyVC = YHResignAppointTimeModifyViewController()
modifyVC.renewalId = self.renewalId
modifyVC.selectGroupArr = groupArr modifyVC.selectGroupArr = groupArr
self.navigationController?.pushViewController(modifyVC) self.navigationController?.pushViewController(modifyVC)
} }
...@@ -270,6 +271,7 @@ extension YHResignAppointSubmitScheduleViewController: UITableViewDelegate, UITa ...@@ -270,6 +271,7 @@ extension YHResignAppointSubmitScheduleViewController: UITableViewDelegate, UITa
cell2.showBottomCorner(isShowCorner) cell2.showBottomCorner(isShowCorner)
return cell2 return cell2
} }
let defaultCell = tableView.dequeueReusableCell(withIdentifier: "UITableViewCell", for: indexPath) let defaultCell = tableView.dequeueReusableCell(withIdentifier: "UITableViewCell", for: indexPath)
return defaultCell return defaultCell
} }
......
...@@ -362,7 +362,7 @@ extension YHResignAppointTimeModifyViewController { ...@@ -362,7 +362,7 @@ extension YHResignAppointTimeModifyViewController {
} }
let param: [String : Any] = ["renewal_id" : renewalId, let param: [String : Any] = ["renewal_id" : renewalId,
"is_together" : self.isTogether, "is_together" : self.isTogether ? 1 : 2,
"batch" : batchs] "batch" : batchs]
printLog(param) printLog(param)
YHHUD.show(.progress(message: "加载中...")) 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