代码规范性调整
This commit is contained in:
@@ -212,7 +212,7 @@ export default {
|
||||
this.apis = val
|
||||
},
|
||||
async onDelete() {
|
||||
const ids = this.apis.map(item => item.ID)
|
||||
const ids = this.apis.forEach(item => item.ID)
|
||||
const res = await deleteApisByIds({ ids })
|
||||
if (res.code === 0) {
|
||||
this.$message({
|
||||
|
Reference in New Issue
Block a user