Commit f45b10c3 authored by lvshibao's avatar lvshibao

seat页面修改

parent 0baffde9
......@@ -186,8 +186,8 @@ class TasksApi(viewsets.ViewSet):
:param req:
:return:
"""
city_id = req.GET.get('city', None)
country_id = req.GET.get('country', None)
city_id = req.data.get('city', None)
country_id = req.data.get('country', None)
agent_name = req.data.get('seat', '')
sort = req.data.get('sort', 'des')
page = req.data.get('page', '1')
......
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