能源bug

This commit is contained in:
2024-04-12 08:56:32 +08:00
parent 1ed409a98e
commit 862fe20760
5 changed files with 25 additions and 46 deletions

View File

@@ -266,8 +266,9 @@ export default {
},
/** 删除按钮操作 */
handleDelete(row) {
console.log(row);
this.$modal
.confirm('是否确认删除监控对象为"' + row.objName + '"数据项?')
.confirm('是否确认删除"' + row._pageIndex + '"数据项?')
.then(function () {
return deleteEnergyLimit(row.id);
})