mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 06:50:45 +08:00
fix: api数据源删除参数错误
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user