Commit 2e8ce480 authored by wangpeng's avatar wangpeng

代码完成测试环境

parent a1ef3af1
......@@ -52,6 +52,8 @@ class PictorialUpdateOrCreate(APIView):
collection_tag_ids = json.loads(request.POST.get('collection_tag_ids', '[]'))
pictorial_activity_id = request.POST.get('pictorial_activity_id')
tab_config = request.POST.get("tab_config")
if tab_config:
tab_config = []
data = {
'name': request.POST.get('name', ''),
'description': request.POST.get('description', ''),
......
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