fix(dept):部门数据更新bug

This commit is contained in:
zhengxinonly
2021-07-06 02:15:48 +08:00
parent b2b08769b0
commit ebf76055a4
9 changed files with 34 additions and 83 deletions
-2
View File
@@ -7,8 +7,6 @@ from applications.common.utils.rights import authorize
from applications.extensions import db
from applications.models import Dept, User
# from applications.view.company.department import dept_curd
dept_bp = Blueprint('dept', __name__, url_prefix='/dept')
dept_api = Api(dept_bp)