src/views/device/equipment/index.vue
@@ -496,7 +496,7 @@ /** 删除按钮操作 */ handleDelete(row) { const ids = row.id || this.ids; this.$modal.confirm('是否确认删?').then(() => { this.$modal.confirm(`是否确认删序列号为${this.formatZero(row.serialNumber, 4)}的指控设备?`).then(() => { this.loading = true; return delEquipment(ids); }).then(() => {