吉安感知网项目-前端
shuishen
2026-01-14 052d0e8bd9c1d8e0d243a166bedf761fc5a7a891
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('删除成功')