From c7b33db117fd2893d7d1c93bf5d46e87d33e44d0 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期一, 16 十二月 2024 16:08:51 +0800 Subject: [PATCH] 初审结果查询 --- src/views/hosp/rules/index.vue | 23 +++++++++++++---------- 1 files changed, 13 insertions(+), 10 deletions(-) diff --git a/src/views/hosp/rules/index.vue b/src/views/hosp/rules/index.vue index 8241d2b..00064d5 100644 --- a/src/views/hosp/rules/index.vue +++ b/src/views/hosp/rules/index.vue @@ -255,6 +255,7 @@ label="瑙勫垯鑼冨洿+" align="center" prop="ruleGt" + width="90" :show-overflow-tooltip="true" /> <el-table-column @@ -349,7 +350,7 @@ :visible.sync="open" width="1000px" append-to-body - :before-close="handleClose" + :close-on-click-modal="false" > <el-form ref="form" @@ -572,9 +573,9 @@ :visible.sync="dialogTableVisible" width="80%" :close-on-click-modal="false" + @close="clearForm" > <div class="app-container"> - <!-- <el-row :gutter="24"> --> <el-form :model="form" ref="queryForm" @@ -664,7 +665,7 @@ :visible.sync="openOne" width="1000px" append-to-body - :before-close="handleClose" + :close-on-click-modal="false" > <el-form ref="form" @@ -933,16 +934,15 @@ queryParam: { page: 1, pageSize: 10, - bt: '', // 鏍囬 - nr: '', // 寤鸿鍐呭 + bt: "", // 鏍囬 + nr: "", // 寤鸿鍐呭 }, querycharge: { pageNum: 1, pageSize: 10, }, // 琛ㄥ崟鍙傛暟 - form: { - }, + form: {}, // 琛ㄥ崟鏍¢獙 rules: { deleted: [ @@ -994,9 +994,7 @@ this.getList(); }, - methods: { - handleClose(done) { // this.cancel(); /* this.$confirm("纭鍏抽棴锛�") @@ -1008,10 +1006,15 @@ handlecharge() { this.querycharge.pageNum = 1; - this.getlistJynr(); }, + // 娓呯┖琛ㄥ崟鏁版嵁 + clearForm() { + this.queryParam.bt = ""; // 娓呯┖鏍囬 + this.queryParam.nr = ""; // 娓呯┖寤鸿鍐呭 + }, + getDetailed() { this.getlistJynr(); this.dialogTableVisible = true; -- Gitblit v1.8.0