|
|
|
@ -236,7 +236,7 @@ export default { |
|
|
|
|
if(this.queryDataStatus.platformId) { |
|
|
|
|
this.queryData = this.queryDataStatus |
|
|
|
|
} |
|
|
|
|
if(this.$route.query.founder){ |
|
|
|
|
if(this.$route.query.founder && this.$route.query.founder != 'undefined'){ |
|
|
|
|
this.queryData.founder = +this.$route.query.founder |
|
|
|
|
}else{ |
|
|
|
|
this.queryData.founder = 2 |
|
|
|
@ -287,7 +287,7 @@ export default { |
|
|
|
|
}, |
|
|
|
|
add() { // 新增项目 |
|
|
|
|
this.setSystemId(this.systemId); |
|
|
|
|
this.$router.push("/project/add"); |
|
|
|
|
this.$router.push(`/project/add?founder=${this.queryData.founder}`); |
|
|
|
|
}, |
|
|
|
|
edit(row,item) { // 编辑 |
|
|
|
|
this.setSystemId(row.systemId); |
|
|
|
|