运维日志
This commit is contained in:
parent
2ae20014b1
commit
80377dd9d7
|
|
@ -4,7 +4,7 @@ import { useMessage } from "/@/hooks/web/useMessage";
|
||||||
const { createConfirm } = useMessage();
|
const { createConfirm } = useMessage();
|
||||||
|
|
||||||
enum Api {
|
enum Api {
|
||||||
list = '/heating/heatanalysis/page',
|
list = '/heating/heatanalysis/yunweiPage',
|
||||||
edit='/heating/heatanalysis/updateFaultLevel',
|
edit='/heating/heatanalysis/updateFaultLevel',
|
||||||
companylist = '/heating/thermalcompany/list',
|
companylist = '/heating/thermalcompany/list',
|
||||||
heatsourcelist = '/heating/heatsource/list',
|
heatsourcelist = '/heating/heatsource/list',
|
||||||
|
|
|
||||||
|
|
@ -199,6 +199,7 @@ import {ref, reactive, computed, unref, defineProps} from 'vue';
|
||||||
parentData.value = unref(record);
|
parentData.value = unref(record);
|
||||||
queryParam.mainId = parentData.value.id;
|
queryParam.mainId = parentData.value.id;
|
||||||
queryParam.delFlag = '0';
|
queryParam.delFlag = '0';
|
||||||
|
reload();
|
||||||
}
|
}
|
||||||
|
|
||||||
function searchQuery(){
|
function searchQuery(){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue