文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit b370d577 by 李景熙

将templateId转为int

parent ad706141
......@@ -152,7 +152,7 @@ def get_task_detail():
textPiecesList.append(
{
'fileList': Data.find_url_by_slice(list1[i]['id']),
'templateId': list1[i]['template']
'templateId': int(list1[i]['template'])
}
)
i += 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