能源bug
This commit is contained in:
@@ -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);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user