Commit 55865ae0 authored by co_dengxiongwen's avatar co_dengxiongwen

tj

parent 85569de2
......@@ -218,7 +218,12 @@ export default {
item.id = e.id
item.name = e.name
item.list = e.list
this.dataList.push(item)
if (
item.id !== 'b6af764f2a6e454490a6b1b3c9057e57' &&
item.id !== 'ece0b8b2db27411886254e81134988a3'
) {
this.dataList.push(item)
}
})
console.log('dataList:', this.dataList)
this.setDataList()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment