解决结项不刷新的问题
parent
9fd2b1d847
commit
dabacedb76
|
@ -212,6 +212,7 @@ export default {
|
|||
},
|
||||
|
||||
onCloseProject(row) {
|
||||
const that = this
|
||||
request({
|
||||
url: 'project/complete',
|
||||
method: 'post',
|
||||
|
@ -225,7 +226,7 @@ export default {
|
|||
message: '结项成功',
|
||||
type: 'success',
|
||||
})
|
||||
this.getProjects();
|
||||
that.getProjects();
|
||||
}
|
||||
}).catch(function (error) {
|
||||
console.log(error)
|
||||
|
|
Loading…
Reference in New Issue