|
@@ -175,12 +175,12 @@
|
|
|
},
|
|
|
methods:{
|
|
|
scheduleDetail(val){ //进度详情
|
|
|
- // console.log(val);
|
|
|
- // localStorage.setItem('pid',JSON.stringify(val))
|
|
|
- this.$router.push(`/ProjectManagement1?Id=${val}`)
|
|
|
+ console.log(val);
|
|
|
+ localStorage.setItem('pid',JSON.stringify(val))
|
|
|
+ this.$router.push(`/ProjectManagement1`)
|
|
|
},
|
|
|
fundStatus(Id){ //资金情况
|
|
|
- this.$router.push(`/ProjectManagementFund1?Id=${Id}`)
|
|
|
+ this.$router.push(`/ProjectManagementFund1`)
|
|
|
},
|
|
|
init(){ //对话框重置
|
|
|
|