From 874ac14100beb705aee051ceed1f445da92ad1f2 Mon Sep 17 00:00:00 2001 From: liujun Date: Tue, 2 Apr 2024 18:11:11 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=9F=B9=E8=AE=AD=E6=9C=89=E6=95=88?= =?UTF-8?q?=E6=9C=9F=E5=BF=85=E5=A1=ABbug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xgf/flow/components/sendUtil.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/xgf/flow/components/sendUtil.vue b/src/views/xgf/flow/components/sendUtil.vue index 2b39e7a..11de5e1 100644 --- a/src/views/xgf/flow/components/sendUtil.vue +++ b/src/views/xgf/flow/components/sendUtil.vue @@ -65,7 +65,7 @@ - + From 8bce57553c63523ee1d4528bae81c9258714b46e Mon Sep 17 00:00:00 2001 From: liujun Date: Mon, 8 Apr 2024 14:52:43 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=AE=A1=E6=89=B9=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=89=B9=E7=A7=8D=E4=BD=9C=E4=B8=9A=E7=85=A7?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xgf/flowApply/components/userInfo.vue | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/views/xgf/flowApply/components/userInfo.vue b/src/views/xgf/flowApply/components/userInfo.vue index 3eb1aad..98f9d3a 100644 --- a/src/views/xgf/flowApply/components/userInfo.vue +++ b/src/views/xgf/flowApply/components/userInfo.vue @@ -263,6 +263,26 @@ {{ item.SPECIAL_TYPE_NAME }} 操作项目 {{ item.OPERATION_TYPE_NAME }} + 证书照片 + + +
+ + + + +
+
+ 特种作业证书编号 From 74bb85c7e20fcbc05c971a0dbcfbac32cda35edb Mon Sep 17 00:00:00 2001 From: liujun Date: Mon, 8 Apr 2024 14:56:17 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=B8=BB=E7=AE=A1=E9=83=A8=E9=97=A8'?= =?UTF-8?q?=E6=97=A0'=E5=8F=96=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xgf/insert/components/corpInfoAdd.vue | 5 ----- src/views/xgf/insert/components/corpInfoEdit.vue | 5 ----- 2 files changed, 10 deletions(-) diff --git a/src/views/xgf/insert/components/corpInfoAdd.vue b/src/views/xgf/insert/components/corpInfoAdd.vue index 46fe8e2..1a48d75 100644 --- a/src/views/xgf/insert/components/corpInfoAdd.vue +++ b/src/views/xgf/insert/components/corpInfoAdd.vue @@ -419,11 +419,6 @@ export default { ).then((data) => { const treeData = this.listTransTree(JSON.parse(data.zTreeNodes), 'id', 'pId', 'nodes') this.treeData = this.removeEmptyChildren(treeData) - this.treeData.push({ - id: '0', - name: '无', - nodes: [] - }) }).catch((e) => { }) }, diff --git a/src/views/xgf/insert/components/corpInfoEdit.vue b/src/views/xgf/insert/components/corpInfoEdit.vue index 4a1668e..1b39cb0 100644 --- a/src/views/xgf/insert/components/corpInfoEdit.vue +++ b/src/views/xgf/insert/components/corpInfoEdit.vue @@ -539,11 +539,6 @@ export default { ).then((data) => { const treeData = this.listTransTree(JSON.parse(data.zTreeNodes), 'id', 'pId', 'nodes') this.treeData = this.removeEmptyChildren(treeData) - this.treeData.push({ - id: '0', - name: '无', - nodes: [] - }) console.log(this.treeData) }).catch((e) => { })