修改 南工程问题

This commit is contained in:
GGJ
2024-12-13 14:37:41 +08:00
parent 155cff879c
commit ce34572df5
7 changed files with 56 additions and 14 deletions

View File

@@ -18,7 +18,7 @@
<el-button type="primary" @click="init" icon="el-icon-Search">查询</el-button>
</el-form-item>
</el-form>
<div style="flex: 1; display: flex; overflow: hidden" class="mt10">
<div style="flex: 1; display: flex; overflow: hidden" class="mt10" v-loading="loading">
<div style="flex: 1">
<my-echart :options="options1" />
</div>
@@ -84,7 +84,8 @@ const init = () => {
Promise.all([getComFlagInfoData(formData), getRunInfoData(formData)]).then((res: any) => {
handlerOptions1(res[0].data)
handlerOptions2(res[1].data)
})
loading.value = false
}).catch(() => { loading.value = false })
}
const handlerOptions1 = (data: any) => {
options1.value = {