已结项项目返回到已结项项目列表

main
wuyize 2022-07-14 11:18:36 +08:00
parent e8bfb7361f
commit 9fd2b1d847
1 changed files with 4 additions and 1 deletions

View File

@ -126,6 +126,9 @@ export default {
this.getProjectInfo(); this.getProjectInfo();
}, },
back() { back() {
if(this.project.completed===true)
router.push({path: '/project/closed'})
else
router.push({path: '/'}) router.push({path: '/'})
}, },
getStaffFullname() { getStaffFullname() {