youhua
This commit is contained in:
parent
2e464f172e
commit
4efbb76ee8
@ -35,7 +35,7 @@ export function apiManagerDetail (query) {
|
|||||||
data: query
|
data: query
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
const loginUserId = 825
|
const loginUserId = 303
|
||||||
// 获取考核详情
|
// 获取考核详情
|
||||||
export function apiResultRecordDetail (query) {
|
export function apiResultRecordDetail (query) {
|
||||||
return request({
|
return request({
|
||||||
|
|||||||
@ -280,7 +280,7 @@ export default {
|
|||||||
let res = await apiSaveapproval(params)
|
let res = await apiSaveapproval(params)
|
||||||
if (res.code !== 200) {
|
if (res.code !== 200) {
|
||||||
this.$message.error(res.msg)
|
this.$message.error(res.msg)
|
||||||
// history.go(0)
|
history.go(0)
|
||||||
resolve(1)
|
resolve(1)
|
||||||
}
|
}
|
||||||
this.form = {}
|
this.form = {}
|
||||||
@ -288,7 +288,7 @@ export default {
|
|||||||
message: res.msg,
|
message: res.msg,
|
||||||
type: 'success'
|
type: 'success'
|
||||||
})
|
})
|
||||||
// history.go(0)
|
history.go(0)
|
||||||
resolve(0)
|
resolve(0)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@ -76,7 +76,7 @@
|
|||||||
:obj='obj'
|
:obj='obj'
|
||||||
/>
|
/>
|
||||||
</div>
|
</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 class="performance-content-jilu-title commonFont">
|
||||||
记录
|
记录
|
||||||
</div>
|
</div>
|
||||||
@ -91,7 +91,7 @@
|
|||||||
<div class="performance-content-jilu-item-content">
|
<div class="performance-content-jilu-item-content">
|
||||||
<div class="performance-content-jilu-item-content-img">
|
<div class="performance-content-jilu-item-content-img">
|
||||||
<img
|
<img
|
||||||
src='/static/default.jpg'
|
onerror="javascript:this.src='/static/default.jpg';" :src="i.avatar|| ''"
|
||||||
alt=""
|
alt=""
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
@ -257,7 +257,7 @@ export default {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 10px 60px;
|
padding: 10px 60px;
|
||||||
margin: 4px 0;
|
margin: 4px 0;
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@ -40,9 +40,7 @@ export default {
|
|||||||
pageProcessedInfo: {
|
pageProcessedInfo: {
|
||||||
currPage: 1,
|
currPage: 1,
|
||||||
pageSize: 3,
|
pageSize: 3,
|
||||||
status: 0,
|
status: 0
|
||||||
totalCount: 1,
|
|
||||||
totalPage: 1
|
|
||||||
},
|
},
|
||||||
selectedTableList: []
|
selectedTableList: []
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user