...
|
...
|
@@ -115,7 +115,7 @@ class AuditProject(UpdateAPIView): |
|
|
obj.is_done = True
|
|
|
obj.is_pass = bool(request.data.get('is_accept'))
|
|
|
else:
|
|
|
if not accept_param:
|
|
|
if accept_param == accept_choices[1][0]:
|
|
|
obj.is_done = True
|
|
|
obj.is_pass = False
|
|
|
else:
|
...
|
...
|
|