applications/drone-command/src/views/areaManage/precinctInfo/index.vue
@@ -97,7 +97,12 @@ // 删除 async function handleDelete (row) { const tips = row ? '该条' : '选中的项' await ElMessageBox.confirm(`确认删除${tips}吗?`, '提示', { type: 'warning' }) await ElMessageBox.confirm(`确认删除${tips}吗?`, '提示', { type: 'warning', customClass: 'ztzf-page-view-message-box', confirmButtonClass: 'ztzf-message-box-confirm', cancelButtonClass: 'ztzf-message-box-cancel', }) const ids = row ? row.id : selectedIds.value.join(',') await fwPoliceStationRemoveApi({ ids }) ElMessage.success('删除成功')