From 4f55c0255e5e68b3685d1510062dff6e1e3dbc48 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期三, 16 四月 2025 14:13:07 +0800 Subject: [PATCH] 1 --- src/views/advice/advice/index.vue | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/views/advice/advice/index.vue b/src/views/advice/advice/index.vue index 7bb29aa..e937115 100644 --- a/src/views/advice/advice/index.vue +++ b/src/views/advice/advice/index.vue @@ -9,6 +9,14 @@ label-width="68px" @submit.native.prevent > + <el-form-item label="鏍囬" prop="bt"> + <el-input + v-model="queryParams.bt" + placeholder="璇疯緭鍏ユ爣棰�" + clearable + @keyup.enter.native="handleQuery" + /> + </el-form-item> <el-form-item label="椤圭洰鍚嶇О" prop="proName"> <el-input v-model="queryParams.proName" @@ -336,6 +344,7 @@ page: 1, pageSize: 10, proName: null, + bt: null, }, // 琛ㄥ崟鍙傛暟 form: {}, @@ -380,8 +389,8 @@ }, // 鑺傜偣鍗曞嚮浜嬩欢 handleNodeClick(data) { - // this.queryParams.deptId = data.id; - this.queryParams.deptId = null;; + this.queryParams.deptId = data.id; + // this.queryParams.deptId = null; this.handleQuery(); }, -- Gitblit v1.8.0