|
@@ -255,14 +255,13 @@ export default {
|
|
|
// 已读
|
|
|
if (record.status === 1) {
|
|
|
updateWorkplaceBacklog({ id: record.backlogId }).then(res => {
|
|
|
- record.status = 2
|
|
|
+ this.$refs.table.refresh()
|
|
|
})
|
|
|
}
|
|
|
fetchWorkplaceBacklogUserById({ id: record.id }).then(res => {
|
|
|
const data = res.data
|
|
|
this.$refs.detail.base(data)
|
|
|
})
|
|
|
- this.$refs.table.refresh()
|
|
|
},
|
|
|
dealJumpDetail (record) {
|
|
|
// 维修跳转到维修详情
|