From 76e22221a628f7df62fb7b6ebaaf9315fa04e7ba Mon Sep 17 00:00:00 2001
From: 无故事王国 <841720330@qq.com>
Date: 星期一, 20 十一月 2023 11:41:28 +0800
Subject: [PATCH] 修复BUG

---
 WanPai/Root/Course/VC/AddStudentVC.swift |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/WanPai/Root/Course/VC/AddStudentVC.swift b/WanPai/Root/Course/VC/AddStudentVC.swift
index 86d84cb..0cc1470 100644
--- a/WanPai/Root/Course/VC/AddStudentVC.swift
+++ b/WanPai/Root/Course/VC/AddStudentVC.swift
@@ -180,6 +180,7 @@
 			}else{
 				Services.editStu(studentModel).subscribe(onNext: {[weak self]data in
 					self?.addStudentSuccess(text: "添加成功")
+					NotificationCenter.default.post(name: StudentUpdate_Nofi, object: nil)
 				}) { error in
 
 				}.disposed(by: disposeBag)

--
Gitblit v1.7.1