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/music/index.vue | 19 ++++++++++++------- 1 files changed, 12 insertions(+), 7 deletions(-) diff --git a/src/views/picture/music/index.vue b/src/views/picture/music/index.vue index 4063da9..88f0a6c 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 > @@ -1120,7 +1120,7 @@ }, ], }); - let sizeFun = function () { + let sizeFun = ()=> { myChart.resize(); }; window.addEventListener("resize", sizeFun); @@ -1176,7 +1176,7 @@ }, ], }); - let sizeFun = function () { + let sizeFun = ()=> { myChart2.resize(); }; window.addEventListener("resize", sizeFun); @@ -1232,7 +1232,7 @@ }, ], }); - let sizeFun = function () { + let sizeFun = () =>{ myChart2.resize(); }; window.addEventListener("resize", sizeFun); @@ -1288,7 +1288,7 @@ }, ], }); - let sizeFun = function () { + let sizeFun = () =>{ myChart2.resize(); }; window.addEventListener("resize", sizeFun); @@ -1370,6 +1370,11 @@ deleted: null, }; this.resetForm("form"); + }, + hb(){ + if (this.queryParams.tjNum != null) { + this.handleQuery(); + } }, /** 鎼滅储鎸夐挳鎿嶄綔 */ handleQuery() { @@ -1490,7 +1495,7 @@ }; </script> -<style> +<style lang="scss"> #table .el-table__header-wrapper .el-checkbox { display: none; } -- Gitblit v1.8.0