调整魔目录结构

This commit is contained in:
zhengxinonly
2021-06-24 02:42:34 +08:00
parent 0cb74c5eb7
commit 8fba71c464
26 changed files with 294 additions and 289 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ def dict_type_data():
limit = request.args.get('limit', type=int)
type_name = request.args.get('typeName', type=str)
data, count = dict_curd.get_dict_type(page=page, limit=limit, type_name=type_name)
return table_api(data=data,count=count)
return table_api(data=data, count=count)
@admin_dict.get('/dictType/add')