From cb1f69717eed3b6a61b6c61a8934bac752782b2d Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期三, 05 三月 2025 17:00:38 +0800 Subject: [PATCH] 1 --- src/views/hosp/about/index.vue | 20 +++++++++----------- 1 files changed, 9 insertions(+), 11 deletions(-) diff --git a/src/views/hosp/about/index.vue b/src/views/hosp/about/index.vue index deaa623..e7e2494 100644 --- a/src/views/hosp/about/index.vue +++ b/src/views/hosp/about/index.vue @@ -1,29 +1,25 @@ <template> <div class="app-container"> - <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="110px"> - <el-row> - <el-col :span="6"> - <el-form-item label="浜ゆ鍛�" prop="tollCollectorName" style="display: flex;"> + <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="78px"> + + <el-form-item label="浜ゆ鍛�" prop="tollCollectorName" > <el-select v-model="queryParams.tollCollectorName" filterable placeholder="璇烽�夋嫨浜ゆ鍛�" clearable @clear="getCompanyList" @change="idFn"> <el-option v-for="dict in CompanyList" :key="dict.userId" :label="dict.nickName" :value="dict.userId" /> </el-select> </el-form-item> - </el-col> - <el-col :span="14"> - <el-form-item label="浜よ处鏃堕棿" prop="tollCollectorName" style="display: flex;"> + + <el-form-item label="浜よ处鏃堕棿" prop="tollCollectorName" > <el-date-picker v-model="value1" type="datetimerange" :picker-options="pickerOptions" value-format="yyyy-MM-dd HH:mm:ss" start-placeholder="璧锋鏃ユ湡" end-placeholder="缁堟鏃ユ湡" :default-time="['12:00:00']"> </el-date-picker> </el-form-item> - </el-col> - <el-col :span="3"> + <el-form-item> <el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">鎼滅储</el-button> </el-form-item> - </el-col> - </el-row> + @@ -237,6 +233,7 @@ }; getcolllist(data).then((res) => { this.tableData = res.data.list; + this.allList = [] if (this.tableData.length != 0) { this.$nextTick(() => { this.$refs.multipleTable.toggleRowSelection( @@ -298,6 +295,7 @@ type: "success", }); this.getList(); + this.handleQuery() }); }, }, -- Gitblit v1.8.0