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 }} |
+ 证书照片 |
+
+
+
+
+
+
+
+
+
+ |
特种作业证书编号 |
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) => {
})