查看bug修复
parent
6344e5c15a
commit
4b6d518621
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue