forked from github/dataease
fix: 数据源图片替换
This commit is contained in:
parent
2d23652cc5
commit
1ad072a09a
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 50 KiB |
@ -529,7 +529,7 @@ export default {
|
||||
this.dsTypes = res.data
|
||||
const databaseList = [[], [], [], []]
|
||||
this.dsTypes.forEach((item) => {
|
||||
const index = this.typeList.findIndex(ele => ele === item.databaseClassification) // databaseClassification
|
||||
const index = this.typeList.findIndex(ele => ele === item.databaseClassification)
|
||||
if (index !== -1) {
|
||||
databaseList[index].push(item)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user