|
@@ -342,7 +342,7 @@ export default {
|
|
|
// });
|
|
|
let str;
|
|
|
if (name == "调查链接") {
|
|
|
- let returnUrl = vaildStudentUrl() + `/#/questionnaire?` + encodeURIComponent(encode(`o=${row.organId}&c=${row.cooperationOrganId}`));
|
|
|
+ let returnUrl = vaildStudentUrl() + `/#/questionnaire?` + encodeURIComponent(encode(`id=${row.id}`));
|
|
|
// console.log(returnUrl)
|
|
|
// let tempUrl =
|
|
|
// vaildStudentUrl() +
|
|
@@ -351,9 +351,9 @@ export default {
|
|
|
} else if (name == "统计链接") {
|
|
|
str =
|
|
|
vaildTeachingUrl() +
|
|
|
- `/#/questionStatistics?o=${row.organId}&c=${row.cooperationOrganId}`;
|
|
|
+ `/#/questionStatistics?o=${row.organId}&c=${row.cooperationOrganId}&id=${row.id}`;
|
|
|
} else if(name == '缴费链接') {
|
|
|
- str = vaildStudentUrl() + `/#/questionGoodsSale?` + encodeURIComponent(encode(`cid=${row.cooperationOrganId}`));
|
|
|
+ str = vaildStudentUrl() + `/#/questionGoodsSale?` + encodeURIComponent(encode(`id=${row.id}`));
|
|
|
}
|
|
|
// vaildTeachingUrl
|
|
|
// this.qrcode.makeCode(
|