更新基础mes-能源-系统

This commit is contained in:
2024-09-26 14:07:00 +08:00
parent 4b621a6699
commit cee303fd20
28 changed files with 5681 additions and 1070 deletions

View File

@@ -241,7 +241,9 @@ export default {
},
/** 删除按钮操作 */
handleDelete(row) {
this.$modal.confirm('是否确认删除监控对象为"' + row.objName + '"的数据项?').then(function() {
this.$modal
.delConfirm(row.objName)
.then(function() {
return deleteEnergyLimit(row.id);
}).then(() => {
this.queryParams.pageNo = 1;