|
@@ -148,7 +148,6 @@ export default {
|
|
|
},
|
|
|
doSelect(category, index ){
|
|
|
let departmentId= this.department.departmentId
|
|
|
- console.log( index, this.department )
|
|
|
if( index==0 && this.department.isLeader == 2 ){
|
|
|
this.$router.push( {path:'/file-confirm'})
|
|
|
}else if (index==1 && this.department.isLeader == 3 ){
|
|
@@ -180,9 +179,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
handleSelectDepart( department ) {
|
|
|
- console.log("handleSelectDepart", department)
|
|
|
let departId = department.departmentId;
|
|
|
- localStorage.setItem("@departmentId", departId)
|
|
|
this.department = department
|
|
|
this.menuId = ''+department.menuId||"0"
|
|
|
this.getDepartmentAccount();
|