From 74b8e85a3484d63b0c165270e21c93f05958664a Mon Sep 17 00:00:00 2001
From: wangchengming <15110151257@163.com>
Date: Thu, 20 Nov 2025 09:38:30 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=89=8D=E7=AB=AF=E4=BB=A3?=
=?UTF-8?q?=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../databaseLibary/components/libaryForm.vue | 2 +-
src/views/databaseLibary/index.vue | 8 ++--
.../components/QualificationManage.vue | 47 ++++++++++++++-----
.../components/LableReApplyForm.vue | 3 +-
.../components/QualificationTrain.vue | 46 ++++++++++++++----
src/views/system/user/index.vue | 2 +-
6 files changed, 80 insertions(+), 28 deletions(-)
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 @@
-
+