Commit 6e429c4b authored by Steven杜宇's avatar Steven杜宇

// 家庭成员

parent de46020c
......@@ -124,6 +124,7 @@ class YHFamilyRequestViewModel {
callBackBlock(nil, YHErrorModel(errorCode:Int32(json.code), errorMsg:"解析失败".local))
return
}
_ = resultModel.checkDefaultValue()
callBackBlock(resultModel, nil)
} else {
......
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