diff --git a/src/views/firefighting/points/components/list.vue b/src/views/firefighting/points/components/list.vue index da325ad..cbcfb1f 100644 --- a/src/views/firefighting/points/components/list.vue +++ b/src/views/firefighting/points/components/list.vue @@ -133,7 +133,7 @@ - + diff --git a/src/views/firefighting/region/components/list.vue b/src/views/firefighting/region/components/list.vue index 2bf4a5f..d86e14c 100644 --- a/src/views/firefighting/region/components/list.vue +++ b/src/views/firefighting/region/components/list.vue @@ -304,9 +304,9 @@ export default { DATA_IDS: this.editDataIds.join(','), DEPARTMENT_ID: this.form.DEPARTMENT_ID } - ).then(() => { + ).then((data) => { this.$message({ - message: '修改成功', + message: data.msg, type: 'success' }) this.$refs.multipleTable.clearSelection() diff --git a/src/views/xgf/flowApply/components/userInfo.vue b/src/views/xgf/flowApply/components/userInfo.vue index 3eb1aad..007b258 100644 --- a/src/views/xgf/flowApply/components/userInfo.vue +++ b/src/views/xgf/flowApply/components/userInfo.vue @@ -263,18 +263,38 @@ {{ item.SPECIAL_TYPE_NAME }} 操作项目 {{ item.OPERATION_TYPE_NAME }} + 证书照片 + + +
+ + + + +
+
+ 特种作业证书编号 {{ item.SPECIAL_NUMBER }} 发证机关 - {{ item.ISSUING_AUTHORITY }} + {{ item.ISSUING_AUTHORITY }} 复审时间 {{ item.REVIEW_TIME }} 有效期 - {{ item.VALIDITY_TIME_START }} 至 {{ item.VALIDITY_TIME_END }} + {{ item.VALIDITY_TIME_START }} 至 {{ item.VALIDITY_TIME_END }}
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) => { })