标准/译文申请 问题修改
This commit is contained in:
+1
-1
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user