已结项项目返回到已结项项目列表
parent
e8bfb7361f
commit
9fd2b1d847
|
@ -126,6 +126,9 @@ export default {
|
|||
this.getProjectInfo();
|
||||
},
|
||||
back() {
|
||||
if(this.project.completed===true)
|
||||
router.push({path: '/project/closed'})
|
||||
else
|
||||
router.push({path: '/'})
|
||||
},
|
||||
getStaffFullname() {
|
||||
|
|
Loading…
Reference in New Issue