From aae37a0534f682cb413c5bce1333820d44214dfc Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期二, 05 九月 2023 10:10:48 +0800 Subject: [PATCH] modified: .env.development modified: src/utils/GlobalClickMixin.js modified: src/views/experiment/inspectionApplication/Viewdetails/index.vue modified: src/views/inspectionManagement/commissionInspection/index.vue modified: src/views/laboratory/ledger/index.vue --- src/views/experiment/passRateStatistics/index.vue | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/views/experiment/passRateStatistics/index.vue b/src/views/experiment/passRateStatistics/index.vue index fceb330..ce5fd7a 100644 --- a/src/views/experiment/passRateStatistics/index.vue +++ b/src/views/experiment/passRateStatistics/index.vue @@ -29,7 +29,7 @@ </el-form-item> <div class="rightBtn"> <el-form-item> - <el-button type="primary" plain size="mini">娓呯┖</el-button> + <el-button type="primary" @click="clear" plain size="mini">娓呯┖</el-button> <el-button type="primary" @click="search" size="mini">鏌ヨ</el-button> </el-form-item> </div> @@ -60,7 +60,7 @@ }}</el-radio-button> </el-radio-group> </div> - <div style="width: 100%;height: 100;"> + <div style="width: 100%;height: 100%;"> <div :hidden="projectData" class="secondBox" ref="unqualified_project"></div> <div :hidden="!projectData" style="height: 100%;text-align: center; color: #999696df; margin-top: 100px;">鏆傛棤鏁版嵁 </div> @@ -160,6 +160,12 @@ console.log("涓荤嚎绋�"+index); } }, + clear(){ + this.searchData.date=[] + this.searchData.type=null + this.searchData.supplier=null + this.searchData.code=null + }, async search() { this.testSampleStatistics = null this.supplierNoPassStatistics = null @@ -249,7 +255,7 @@ const myChart2 = echarts.init(chartDom_unqualified_provider, null, { height: 300 }); - + const myChart3 = echarts.init(chartDom_unqualified_project, null, { height: 268 }); -- Gitblit v1.9.3