refactor: operation patch 增加 dept_ter dept_bus
This commit is contained in:
parent
215b18314c
commit
5826e407f5
|
@ -59,7 +59,7 @@ class OperationCreateUpdateSerializer(CustomModelSerializer):
|
|||
class OperationPartialUpdateSerializer(CustomModelSerializer):
|
||||
class Meta:
|
||||
model = Operation
|
||||
fields = ['vchannels']
|
||||
fields = ['vchannels', 'dept_ter', 'dept_bus']
|
||||
|
||||
|
||||
class OperationSerializer(CustomModelSerializer):
|
||||
|
|
Loading…
Reference in New Issue