Commit 15a9d68f by dong

fix202302017

parent e5e9cf04
......@@ -61,7 +61,7 @@ def get_all_enterprise():
"tbe_sjmy": '省级民营科技企业' if enterprise.tbe_sjmy == '1' else "",
}
data_list.append(data)
data = {"data": data_list}
data = {"data": data_list, "size": enterprise_all_counts}
# data = {"data": [{"id": enterprise.id,
# "company": enterprise.company_name, # 企业名
# "area": enterprise.province if enterprise.province else '' + enterprise.city if enterprise.city else '' + enterprise.district if enterprise.district else '',
......
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