feat: mlog quick添加mlogb
This commit is contained in:
parent
58024cc33d
commit
01e7d73bee
|
@ -422,7 +422,7 @@ class MlogViewSet(CustomModelViewSet):
|
|||
sr_2.is_valid(raise_exception=True)
|
||||
mlogbin = sr_2.save()
|
||||
MlogbInViewSet.p_create_after(mlogbin)
|
||||
return Response({"mlog": str(mlog.id)})
|
||||
return Response({"mlog": str(mlog.id), "mlogbin": str(mlogbin.id)})
|
||||
|
||||
class HandoverViewSet(CustomModelViewSet):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue