52463 未符合项流程 从监控流程进入,删除查看流程数据中的审批意见,放到审批历史

This commit is contained in:
宋伟佳
2022-04-08 10:11:41 +08:00
parent 9287d29f77
commit cf6c031956
2 changed files with 2 additions and 15 deletions
@@ -463,8 +463,8 @@
this.form.textType = data.textType || data.form.textType
this.form.modelList = data.modelList || data.form.modelList
this.commentText41 = data.commentText41 || ''
this.form.bzfgId = data.startUser
this.form.bzfgName = data.startUserName
this.form.bzfgId = data.startUser || data.form.startUser
this.form.bzfgName = data.startUserName || data.form.startUserName
this.json = data
this.data = data.info || data.data
}).catch(e => {
@@ -49,19 +49,6 @@
</el-table-column>
</el-table>
</div>
<el-collapse accordion>
<el-collapse-item title="审批意见">
<div style="margin: 10px 0;">
<el-input
type="textarea"
:rows="3"
resize="none"
placeholder="请输入意见"
v-model="commentText">
</el-input>
</div>
</el-collapse-item>
</el-collapse>
</div>
<div class="content" v-show="active === '3'">
<div class="flow-list">