[update] 法规符合性评估流程
This commit is contained in:
+1
-1
@@ -719,7 +719,7 @@ export default {
|
||||
const deptArr = this.getDepartChildren([obj]).map(item => item.key)
|
||||
console.log('------------deptArr', deptArr)
|
||||
this.dataSource = this.dataList.filter(item => {
|
||||
return deptArr.includes(this.queryParam.authDept)
|
||||
return deptArr.includes(item.authDept)
|
||||
})
|
||||
} else {
|
||||
this.dataSource = JSON.parse(JSON.stringify(this.dataList))
|
||||
|
||||
Reference in New Issue
Block a user