Browse Source

var和const的区别

feature
是小王呀\24601 4 months ago
parent
commit
f220472765
  1. 3
      src/views/modules/base/organization/organization.vue

3
src/views/modules/base/organization/organization.vue

@ -1778,7 +1778,6 @@ export default {
},
//
async updatePeoDo () {
const manageScopeArra=[]
if(this.peoForm.manageScopes){
const targetAgencyIds =this.peoForm.manageScopes?this.peoForm.manageScopes.map(innerArray => innerArray[innerArray.length - 1]):this.peoForm.manageScopes;
// Set
@ -1786,7 +1785,7 @@ export default {
// level agencyId
this.extractLevelAndAgencyId(this.orgOptions[0], targetAgencyIds, result);
// Set
manageScopeArray = Array.from(result);
var manageScopeArray = Array.from(result);
console.log(this.peoForm,"查看");
}

Loading…
Cancel
Save