运维日志

This commit is contained in:
曹磊 2025-09-04 17:47:14 +08:00
parent 2ae20014b1
commit 80377dd9d7
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import { useMessage } from "/@/hooks/web/useMessage";
const { createConfirm } = useMessage();
enum Api {
list = '/heating/heatanalysis/page',
list = '/heating/heatanalysis/yunweiPage',
edit='/heating/heatanalysis/updateFaultLevel',
companylist = '/heating/thermalcompany/list',
heatsourcelist = '/heating/heatsource/list',

View File

@ -199,6 +199,7 @@ import {ref, reactive, computed, unref, defineProps} from 'vue';
parentData.value = unref(record);
queryParam.mainId = parentData.value.id;
queryParam.delFlag = '0';
reload();
}
function searchQuery(){