From 29033c0cfa7ad9af8d0a248672f544648644d686 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 18 Apr 2025 13:58:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../claimAndreturn/picking/apply/component/AddPicking.vue | 2 +- .../src/views/warehouseManage/machinery/keeper/index.vue | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/sgzb-ui/src/views/claimAndreturn/picking/apply/component/AddPicking.vue b/sgzb-ui/src/views/claimAndreturn/picking/apply/component/AddPicking.vue index 02be5912..49ce811c 100644 --- a/sgzb-ui/src/views/claimAndreturn/picking/apply/component/AddPicking.vue +++ b/sgzb-ui/src/views/claimAndreturn/picking/apply/component/AddPicking.vue @@ -160,7 +160,7 @@ @@ -464,6 +465,13 @@ export default { this.queryParams.modelName = '' } }, + changeTree (val) { + console.log('🚀 ~ changeTree ~ val:', val) + if (!val) { + this.queryParams.typeName = '' + this.queryParams.modelName = '' + } + }, // 筛选节点 filterNode(value, data) { if (!value) return true