src/views/system/oss/index.vue
@@ -329,7 +329,7 @@ /** 删除按钮操作 */ handleDelete(row) { const ossIds = row.ossId || this.ids; this.$modal.confirm('是否确认删除OSS对象存储编号为"' + ossIds + '"的数据项?').then(() => { this.$modal.confirm('是否确认删除?').then(() => { this.loading = true; return delOss(ossIds); }).then(() => {