@@ -53,7 +53,7 @@
methods: {
//打开对话框
openDialog(isEdit, index) {
- this.$router.push("/position/" + (index==null?0:1));
+ this.$router.push("/position/" + (index==null?0:this.cooperations[index].id));
},
//获取合作信息