diff --git a/src/views/databaseLibary/components/libaryForm.vue b/src/views/databaseLibary/components/libaryForm.vue index 517e3ef..d40573b 100644 --- a/src/views/databaseLibary/components/libaryForm.vue +++ b/src/views/databaseLibary/components/libaryForm.vue @@ -32,7 +32,7 @@ - diff --git a/src/views/databaseLibary/index.vue b/src/views/databaseLibary/index.vue index 6017094..30772d7 100644 --- a/src/views/databaseLibary/index.vue +++ b/src/views/databaseLibary/index.vue @@ -37,7 +37,7 @@ v-for="dict in laws_regulations" :key="dict.value" link @click="handleChoseTwoType(dict.value)"> {{ dict.label }} - {{ dict.dependencyName }} @@ -172,7 +172,7 @@ const handleChoseOneType = (_type) => { console.log('选择事件', _type) activeOne.value = _type activeTwo.value = '全部' - if (_type == '组织架构') { + if (_type == '全厂组织架构' || _type == '属地组织架构') { isShowFileList.value = false isShowFileCard.value = true nextTick(() => { @@ -202,7 +202,7 @@ const handleChoseOneType = (_type) => { const handleChoseTwoType = (_type) => { console.log('选择事件', _type) activeTwo.value = _type - if (activeOne.value == '组织架构') { + if (activeOne.value == '全厂组织架构' || activeOne.value == '属地组织架构') { nextTick(() => { // 给一级类目赋值并查询 fileCardRef.value.queryParams.category = activeOne.value == '全部' ? undefined : activeOne.value @@ -228,7 +228,7 @@ const handleChoseTwoType = (_type) => { // 关键字查询 const handleBlur = (event) => { console.log('输入框失去焦点', event.target.value) - if (activeOne.value == '组织架构') { + if (activeOne.value == '全厂组织架构' || activeOne.value == '属地组织架构') { nextTick(() => { // 给一级类目赋值并查询 fileCardRef.value.queryParams.category = activeOne.value == '全部' ? undefined : activeOne.value diff --git a/src/views/qualification/escTask/components/QualificationManage.vue b/src/views/qualification/escTask/components/QualificationManage.vue index d45472c..9f84bac 100644 --- a/src/views/qualification/escTask/components/QualificationManage.vue +++ b/src/views/qualification/escTask/components/QualificationManage.vue @@ -89,10 +89,10 @@ - +