查看bug修复

1212-八项作业迁移
liujun 2023-12-23 10:27:03 +08:00
parent 6344e5c15a
commit 4b6d518621
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template> <template>
<div> <div>
<el-dialog :visible.sync="visible" :append-to-body="appendToBody" :before-close="beforeClose" title="头像" width="370px" destroy-on-close> <el-dialog :visible.sync="visible" :append-to-body="appendToBody" :before-close="beforeClose" title="审批" width="370px" destroy-on-close>
<el-form> <el-form>
<el-form-item prop="TERRITORIALITY" label="集团单位 "> <el-form-item prop="TERRITORIALITY" label="集团单位 ">
<Treeselect <Treeselect

View File

@ -84,6 +84,7 @@ export default {
}, },
beforeClose() { beforeClose() {
this.corp_id = null this.corp_id = null
this.visible = false
}, },
sendMessage() { sendMessage() {
const corp_id = JSON.parse(this.corp_id).CORPINFO_ID const corp_id = JSON.parse(this.corp_id).CORPINFO_ID