jeecg-boot v2.0版本发布

This commit is contained in:
zhangdaihao
2019-05-20 15:20:44 +08:00
parent 576209e3ae
commit b3f2ff68d6
2 changed files with 8 additions and 8 deletions

View File

@ -289,6 +289,7 @@
//
loadCheckedDeparts(){
let that = this;
if(!that.userId){return}
getAction(that.url.userWithDepart,{userId:that.userId}).then((res)=>{
that.checkedDepartNames = [];
if(res.success){