forked from github/dataease
fix: api数据源删除参数错误
This commit is contained in:
parent
d8b50abf3a
commit
48f9663ca6
@ -697,7 +697,7 @@ const delParams = data => {
|
||||
autofocus: false,
|
||||
showClose: false
|
||||
}).then(() => {
|
||||
gridData.value.splice(form.value.apiConfiguration.indexOf(data), 1)
|
||||
gridData.value.splice(gridData.value.indexOf(data), 1)
|
||||
})
|
||||
}
|
||||
const datasetTypeList = [
|
||||
|
Loading…
Reference in New Issue
Block a user