fix: 数据源图片替换

This commit is contained in:
dataeaseShu 2022-12-27 17:08:06 +08:00
parent 2d23652cc5
commit 1ad072a09a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -529,7 +529,7 @@ export default {
this.dsTypes = res.data this.dsTypes = res.data
const databaseList = [[], [], [], []] const databaseList = [[], [], [], []]
this.dsTypes.forEach((item) => { 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) { if (index !== -1) {
databaseList[index].push(item) databaseList[index].push(item)
} }