fix:#786
修复:生成表后无法回滚的bug 修复:api页面不能多删除的bug
This commit is contained in:
@@ -211,7 +211,7 @@ export default {
|
||||
this.apis = val
|
||||
},
|
||||
async onDelete() {
|
||||
const ids = this.apis.forEach(item => item.ID)
|
||||
const ids = this.apis.map(item => item.ID)
|
||||
const res = await deleteApisByIds({ ids })
|
||||
if (res.code === 0) {
|
||||
this.$message({
|
||||
|
Reference in New Issue
Block a user