认证清单--分页展示数量

This commit is contained in:
范强强
2023-03-24 17:46:10 +08:00
parent ed22c26c0a
commit 71748c477d
4 changed files with 16 additions and 2 deletions
@@ -902,6 +902,7 @@
// })
// this.detailDatetransformation.push(item)
})
console.log(this.detailDate)
console.log(this.detailDateList, 'oooooo')
},
methods: {
@@ -931,6 +931,10 @@
if (itemLi.type === 'pull_more') {
itemLi.dataValue = itemLi.dataValue === null ? [] : itemLi.dataValue.split(',')
}
if (Obj.state == '已同步至上报库' || Obj.state == 'Synced to library'){
Obj[item].referencesColFlag = '1'
itemLi.isLock = '1'
}
})
}
// Obj[item].list.forEach((itemLi) => {
@@ -1025,6 +1029,7 @@
for (const key in Obj[item].paramsConfigData){
Obj[item].paramsConfigData[key].forEach((itemLi) => {
console.log(item)
console.log(this.currentPersonRole)
if((this.currentPersonRole == 'homo' || this.currentPersonRole == 'admin') && item == 'referencesCol'){
itemLi.isLock = 0
}else{
@@ -1060,6 +1065,10 @@
if (itemLi.type === 'pull_more') {
itemLi.dataValue = !itemLi.dataValue ? [] : itemLi.dataValue.split(',')
}
if (Obj.state == '已同步至上报库' || Obj.state == 'Synced to library'){
itemLi.isLock = '1'
Obj[item].referencesColFlag = '1'
}
})
}
// Obj[item].list.forEach((itemLi) => {