This commit is contained in:
熊成强 2020-11-03 15:54:11 +08:00
parent 2e464f172e
commit 4efbb76ee8
4 changed files with 7 additions and 9 deletions

View File

@ -35,7 +35,7 @@ export function apiManagerDetail (query) {
data: query
})
}
const loginUserId = 825
const loginUserId = 303
// 获取考核详情
export function apiResultRecordDetail (query) {
return request({

View File

@ -280,7 +280,7 @@ export default {
let res = await apiSaveapproval(params)
if (res.code !== 200) {
this.$message.error(res.msg)
// history.go(0)
history.go(0)
resolve(1)
}
this.form = {}
@ -288,7 +288,7 @@ export default {
message: res.msg,
type: 'success'
})
// history.go(0)
history.go(0)
resolve(0)
}
})

View File

@ -76,7 +76,7 @@
:obj='obj'
/>
</div>
<div v-if="!formList.resultCommentList" class="performance-content-jilu">
<div v-if="formList.resultCommentList" class="performance-content-jilu">
<div class="performance-content-jilu-title commonFont">
记录
</div>
@ -91,7 +91,7 @@
<div class="performance-content-jilu-item-content">
<div class="performance-content-jilu-item-content-img">
<img
src='/static/default.jpg'
onerror="javascript:this.src='/static/default.jpg';" :src="i.avatar|| ''"
alt=""
>
</div>
@ -257,7 +257,7 @@ export default {
text-align: center;
padding: 10px 60px;
margin: 4px 0;
font-size: 14px;
font-size: 12px;
position: relative;
background: #f5f5f5;
position: relative;

View File

@ -40,9 +40,7 @@ export default {
pageProcessedInfo: {
currPage: 1,
pageSize: 3,
status: 0,
totalCount: 1,
totalPage: 1
status: 0
},
selectedTableList: []
}