From b78de96fdcc4dc8a07dae1eaae7cf11054efb7b0 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 8 Aug 2024 09:15:18 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=A0=91=E5=BD=A2=E5=BC=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/selection/TreeDataSelectModal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/selection/TreeDataSelectModal.vue b/src/components/selection/TreeDataSelectModal.vue index 34abbdd..ae1a996 100644 --- a/src/components/selection/TreeDataSelectModal.vue +++ b/src/components/selection/TreeDataSelectModal.vue @@ -136,7 +136,7 @@ export default { immediate: true, handler (val) { console.log('-------------optionsHref', val) - if (val === '/laws/standard/partName/') { + if (val === '/laws/standard/partName/queryFirstList') { // 是涉及系统/部件 this.replaceFields = { children: 'childPartNameList', title: 'name', key: 'id' } this.lazyLoadHref = '/laws/standard/partName/getChild' @@ -416,7 +416,7 @@ export default { } let url // 涉及系统/部件 - if (this.optionsHref === '/laws/standard/partName/') { + if (this.optionsHref === '/laws/standard/partName/queryFirstList') { url = '/laws/standard/partName/echo' } else { // 标签库 // url = '/laws/lawsLabelDatabase/queryByCodes'