Commit 9d30e419 authored by David黄金龙's avatar David黄金龙

数据刷新

parent 4b4e94a0
...@@ -109,9 +109,11 @@ extension YHInformationPerfectListVC { ...@@ -109,9 +109,11 @@ extension YHInformationPerfectListVC {
serviceCenterMainReqVM.submitSweetNotifyOp(params: params as [String : Any]) { success, error in serviceCenterMainReqVM.submitSweetNotifyOp(params: params as [String : Any]) { success, error in
if success == true { if success == true {
YHInformationFillTipsAlertView.hideCheckView() YHInformationFillTipsAlertView.hideCheckView()
} else { } else {
YHHUD.flash(message: error?.errorMsg ?? "发生错误,请重试") YHHUD.flash(message: error?.errorMsg ?? "发生错误,请重试")
} }
self.loadData()
} }
} }
......
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