标准/译文申请 问题修改

This commit is contained in:
baoyu
2024-03-29 17:58:57 +08:00
parent 567c0842c4
commit 0511d130cc
2 changed files with 2 additions and 2 deletions
@@ -73,7 +73,7 @@
</el-col>
<el-col :span="12" v-show="StandardApplyForEO.status !== 'pendingApproval' && StandardApplyForEO.status !== 'Staging'">
<el-form-item label="审批人" label-width="100px" class="add-form-item">
<div class="content">{{ StandardApplyForEO.applyForUserName ? StandardApplyForEO.applyForUserName : '--' }}</div>
<div class="content">{{ StandardApplyForEO.approveUserName ? StandardApplyForEO.approveUserName : '--' }}</div>
</el-form-item>
</el-col>
<el-col :span="12" v-show="StandardApplyForEO.status !== 'pendingApproval' && StandardApplyForEO.status !== 'Staging'">
@@ -358,7 +358,7 @@ export default {
})
},
searchData () {
this.page = 1
this.StandardApplyForEOPage.page = 1
this.getList()
},
clearSerach () {