parent
67b2009632
commit
15819c385b
|
@ -52,7 +52,7 @@
|
|||
<el-card
|
||||
class="box-card"
|
||||
style="margin-top: 10px"
|
||||
@click.native="backPoint('-1',info.BELONG_TO_CORP_NAME)">
|
||||
@click.native="backPoint('-1',BELONG_TO_CORP_NAME)">
|
||||
<div icon="el-icon-aim"/>
|
||||
<div slot="header" class="clearfix">
|
||||
<span>相关方端</span>
|
||||
|
@ -388,6 +388,7 @@ export default {
|
|||
).then((data) => {
|
||||
this.list = data.flow.info
|
||||
this.step = data.flow.STEP
|
||||
this.form.BACK_NAME = data.flow.BELONG_TO_CORP_NAME
|
||||
this.BELONG_TO_CORP_NAME = data.flow.BELONG_TO_CORP_NAME
|
||||
if (data.flow.endFlag === '1') {
|
||||
this.title = '审批中'
|
||||
|
|
Loading…
Reference in New Issue