From e5257a04ea7796d4b3efbf3959acd4cae9c8ca57 Mon Sep 17 00:00:00 2001 From: su1124 <1583764726@qq.com> Date: 星期五, 16 八月 2024 18:04:16 +0800 Subject: [PATCH] su --- src/views/picture/music/index.vue | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/picture/music/index.vue b/src/views/picture/music/index.vue index 4063da9..ad4ca02 100644 --- a/src/views/picture/music/index.vue +++ b/src/views/picture/music/index.vue @@ -15,7 +15,7 @@ placeholder="璇疯緭鍏ヤ綋妫�鍙�" clearable @keyup.enter.native="handleQuery" - @blur="handleQuery" + @blur="hb" style="width: 160px" /> </el-form-item> @@ -40,7 +40,7 @@ <el-button type="primary" icon="el-icon-search" - size="mini" + size="mini" style="margin-right:15px;" @click="handleQuery" >鎼滅储</el-button > @@ -1371,6 +1371,11 @@ }; this.resetForm("form"); }, + hb(){ + if (this.queryParams.tjNum != null) { + this.handleQuery(); + } + }, /** 鎼滅储鎸夐挳鎿嶄綔 */ handleQuery() { this.queryParams.pageNum = 1; -- Gitblit v1.8.0