Merge remote-tracking branch 'origin/feature_dev_20221125_YW' into feature_dev_20221125_YW
This commit is contained in:
@@ -838,7 +838,7 @@
|
||||
if (Obj[item] instanceof Object && Obj[item].controlType !== undefined) {
|
||||
Obj[item].list.forEach((itemLi) => {
|
||||
console.log(item)
|
||||
if(this.currentPersonRole == 'homo' && item == 'referencesCol'){
|
||||
if((this.currentPersonRole == 'homo' || this.currentPersonRole == 'admin') && item == 'referencesCol'){
|
||||
itemLi.isLock = 0
|
||||
}else{
|
||||
itemLi.isLock = 1
|
||||
|
||||
Reference in New Issue
Block a user