报送操作确认不可删除
This commit is contained in:
parent
d96aaa4491
commit
48cd7affe3
|
@ -130,6 +130,7 @@ class QActionViewSet(PageOrNot, ListModelMixin, DestroyModelMixin, RetrieveModel
|
|||
def perform_destroy(self, instance):
|
||||
if not instance.confirmed:
|
||||
instance.delete(soft=False)
|
||||
else:
|
||||
raise ParseError('报送已确认, 不可删除')
|
||||
|
||||
@action(methods=['post'], detail=False,
|
||||
|
|
Loading…
Reference in New Issue