|
@@ -176,8 +176,10 @@
|
|
|
methods:{
|
|
|
scheduleDetail(val){ //进度详情
|
|
|
// console.log(val);
|
|
|
- // localStorage.setItem('pid',JSON.stringify(val))
|
|
|
- this.$router.push(`/ProjectManagement1?Id=${val}`)
|
|
|
+ localStorage.setItem('pid',JSON.stringify(val))
|
|
|
+ // this.$router.push(`/ProjectManagement1?Id=${val}`)
|
|
|
+ this.$router.push('/ProjectManagement1')
|
|
|
+
|
|
|
},
|
|
|
fundStatus(Id){ //资金情况
|
|
|
this.$router.push(`/ProjectManagementFund1?Id=${Id}`)
|
|
@@ -210,7 +212,7 @@
|
|
|
this.ajax
|
|
|
.get(this.$store.state.api+'/SelectAllProject',param)
|
|
|
.then(res=>{
|
|
|
- console.log(res);
|
|
|
+ // console.log(res);
|
|
|
let data=res.data;
|
|
|
// console.log(res);
|
|
|
let a=this.options;
|