|
@@ -158,8 +158,8 @@ export default {
|
|
|
.then(() => {
|
|
|
let _result = {
|
|
|
testId: row.courseId,
|
|
|
- checkUrl: `https://beta.pbl.cocorobo.cn/pbl-teacher-table/dist/#/checkToTest?cid=${row.courseId}&userid=${this.userId}&oid=${this.oid}&org=${this.org}&tid=${this.tid}&isN=1&role=0&type=2,`,
|
|
|
- doUrl: `https://beta.pbl.cocorobo.cn/pbl-teacher-table/dist/#/doTest?cid=${row.courseId}&userid=${this.userId}&oid=${this.oid}&org=${this.org}&tid=${this.tid}&isN=1&role=0&type=2`,
|
|
|
+ checkUrl: `https://beta.pbl.cocorobo.cn/pbl-teacher-table/dist/#/checkToTest?cid=${row.courseId}&userid=${this.userId}&oid=${this.oid}&org=${this.org}&tcid=${this.tid}&isN=1&role=0&type=2,`,
|
|
|
+ doUrl: `https://beta.pbl.cocorobo.cn/pbl-teacher-table/dist/#/doTest?cid=${row.courseId}&userid=${this.userId}&oid=${this.oid}&org=${this.org}&tcid=${this.tid}&isN=1&role=0&type=2`,
|
|
|
};
|
|
|
this.loading = true;
|
|
|
this.submitBtn(_result);
|