@@ -240,7 +240,7 @@ export default {
goProject() {
this.dialogShow = false
this.$router.push({
- path: '/home/pro_detail',
+ path: '/project',
query: {
id: this.current.projectId,
projectStage: this.current.projectStage
@@ -182,7 +182,7 @@ export default {
.catch(() => {})
} else if (type === 'view') {
query: { id: this.form.id }
})
} else if (type === 'add') {
@@ -191,7 +191,7 @@ export default {
beforeOpen(done, type) {
if (type === 'view') {
id: this.form.id,
projectStage: this.form.project_stage,
@@ -101,7 +101,7 @@ export default {
},
goDetail() {
const data = this.$router.resolve({
id: this.info.projectId,
projectStage: this.info.project_stage
@@ -466,7 +466,7 @@ export default {
const routeData = this.$router.resolve({
query: { id: this.task.projectId }
window.open(routeData.href, '_blank')