refactor(dept):changge to iframe

This commit is contained in:
zhengxinonly
2021-08-16 00:32:32 +08:00
parent 97e0160aaf
commit 27f5d78c35
6 changed files with 306 additions and 274 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ dept_api = Api(api_bp, prefix='/dept')
@dept_api.resource('/departments')
class AddDepartment(Resource):
class Department(Resource):
@authorize("admin:dept:main", log=True)
def get(self):