From bad2bc143be3f8ddb93a1c9f984127b3ccf43e8f Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期一, 31 三月 2025 17:47:14 +0800 Subject: [PATCH] 11 --- src/views/picture/other/index.vue | 21 ++++++++++++++------- 1 files changed, 14 insertions(+), 7 deletions(-) diff --git a/src/views/picture/other/index.vue b/src/views/picture/other/index.vue index 806fb27..a65e924 100644 --- a/src/views/picture/other/index.vue +++ b/src/views/picture/other/index.vue @@ -15,7 +15,7 @@ placeholder="璇疯緭鍏ヤ綋妫�鍙�" clearable @keyup.enter.native="handleQuery" - @blur="handleQuery" + @blur="hb" style="width: 160px" /> </el-form-item> @@ -66,7 +66,7 @@ type="primary" icon="el-icon-search" size="mini" - @click="handleQuery" + @click="handleQuery" style="margin-right:15px;" >鎼滅储</el-button > <el-button icon="el-icon-refresh" size="mini" @click="resetQuery" @@ -266,21 +266,22 @@ </div> </div> --> - <div style="margin-top: 20px"> + <div style="margin-top: 10px"> <el-form :model="form" ref="queryForm" size="small" - :inline="true" + :inline="false" label-width="68px" > - <el-form-item label="椤圭洰缁撴灉" prop="measuredValue"> - <el-input v-model="form.measuredValue" clearable /> + <el-form-item label="妫�鏌ユ墍瑙�" prop="measuredValue"> + <el-input v-model="form.measuredValue" clearable type="textarea" /> </el-form-item> - <el-form-item label="缁撴灉缁撹" prop="fixedValue"> + <el-form-item label="妫�鏌ョ粨璁�" prop="fixedValue"> <el-input v-model="form.fixedValue" clearable + type="textarea" @focus="submiepilog" /> </el-form-item> @@ -475,6 +476,12 @@ }; this.resetForm("form"); }, + hb(){ + console.log(this.queryParams.tjNum); + if (this.queryParams.tjNum != null) { + this.handleQuery(); + } + }, /** 鎼滅储鎸夐挳鎿嶄綔 */ handleQuery() { this.queryParams.pageNum = 1; -- Gitblit v1.8.0