|
@@ -297,7 +297,7 @@
|
|
|
this.ajax.get(this.$store.state.api+"/GetActivityDetail",{
|
|
|
uid:this.$store.state.userInfo.userid,
|
|
|
// aId:this.$route.query["Id"]
|
|
|
- aId:this.$route.query["Id"]
|
|
|
+ aId:this.$route.query["aid"]
|
|
|
}).then(res=>{
|
|
|
if(!res.data[0][0])return this.$message.error("错误")
|
|
|
let data = res.data[0][0];
|
|
@@ -385,7 +385,7 @@
|
|
|
//保存修改
|
|
|
const param = {
|
|
|
uid:this.$store.state.userInfo.userid,
|
|
|
- aid:this.$route.query["Id"],
|
|
|
+ aid:this.$route.query["aid"],
|
|
|
tit:this.selects.projectName,
|
|
|
con:this.selects.brief,
|
|
|
leader:this.selects.leader,
|
|
@@ -413,22 +413,19 @@
|
|
|
console.log(this.tableData)
|
|
|
},
|
|
|
content(){
|
|
|
- this.$router.push('/ProjectManagement1')
|
|
|
+ this.$router.push(`/ProjectManagement1?Id=${this.$route.query['Id']}&pid=${this.$route.query['pid']}`)
|
|
|
},
|
|
|
remark(){
|
|
|
- this.$router.push('/ProjectManagement2')
|
|
|
+ this.$router.push(`/ProjectManagement2?Id=${this.$route.query['Id']}&pid=${this.$route.query['pid']}`)
|
|
|
},
|
|
|
remark2(){
|
|
|
- this.$router.push('/ProjectManagement3')
|
|
|
+ this.$router.push(`/ProjectManagement3?Id=${this.$route.query['Id']}&pid=${this.$route.query['pid']}`)
|
|
|
},
|
|
|
remark4(){
|
|
|
- this.$router.push('/ProjectManagement4')
|
|
|
+ this.$router.push(`/ProjectManagement4?Id=${this.$route.query['Id']}&pid=${this.$route.query['pid']}`)
|
|
|
},
|
|
|
remark5(){
|
|
|
- this.$router.push('/ProjectManagement5')
|
|
|
- },
|
|
|
- edit(){
|
|
|
-
|
|
|
+ this.$router.push(`/ProjectManagement5?Id=${this.$route.query['Id']}&pid=${this.$route.query['pid']}`)
|
|
|
},
|
|
|
backBtn2(){
|
|
|
this.$router.push('/ProjectManagement1')
|