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) {
|
if (Obj[item] instanceof Object && Obj[item].controlType !== undefined) {
|
||||||
Obj[item].list.forEach((itemLi) => {
|
Obj[item].list.forEach((itemLi) => {
|
||||||
console.log(item)
|
console.log(item)
|
||||||
if(this.currentPersonRole == 'homo' && item == 'referencesCol'){
|
if((this.currentPersonRole == 'homo' || this.currentPersonRole == 'admin') && item == 'referencesCol'){
|
||||||
itemLi.isLock = 0
|
itemLi.isLock = 0
|
||||||
}else{
|
}else{
|
||||||
itemLi.isLock = 1
|
itemLi.isLock = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user