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