Commit c8d11ea2 authored by moonby's avatar moonby

Merge branch 'master' of gitee.com:tj-wang-yahui/AMS_HeatSys_Vue_V10

parents 6e17930c 62a99eeb
......@@ -7,7 +7,7 @@
<div class="grid-content">
请选择换热机组:
<el-cascader :options="options" :props="props" v-model="option" collapse-tags clearable
:show-all-levels="false" placeholder="请选择" style="min-width: 210px;" ref="articleOrgRef" @change="handleChange" />
:show-all-levels="false" placeholder="请选择" style="min-width: 210px;"/>
</div>
</el-col>
<el-col :span="12">
......@@ -220,8 +220,6 @@ const enterpriseId = ref();
const checked = ref(true);
const num = ref(20);
const input = ref(0.88);
const articleOrgRef = ref(null)
const unitlist = reactive([]);
const conheight = reactive({height:""});
const starttime = ref();
const endtime = ref();
......@@ -276,12 +274,6 @@ function getSupplys() {
}
option.push(options[0].children[0].children[0].value);
}
const handleChange = ()=> {
unitlist.length = 0;
articleOrgRef.value.getCheckedNodes().forEach(element => {
unitlist.push(element.label);
});
}
function setContentHeight() {
conheight.height = window.innerHeight - 122 + "px";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment