From 7a2d49aeff16e1122ed33ebb858f093a379fb960 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期二, 15 四月 2025 17:11:03 +0800 Subject: [PATCH] wx --- 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 615d51f..77aeba4 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