|
@@ -6243,7 +6243,7 @@ export default {
|
|
} else {
|
|
} else {
|
|
window.parent.postMessage(
|
|
window.parent.postMessage(
|
|
{
|
|
{
|
|
- tools: tool + "s",
|
|
|
|
|
|
+ tools: tool + "studio",
|
|
cid: this.cid,
|
|
cid: this.cid,
|
|
stage: this.unitIndex,
|
|
stage: this.unitIndex,
|
|
task: taskCount,
|
|
task: taskCount,
|
|
@@ -8652,7 +8652,7 @@ export default {
|
|
},
|
|
},
|
|
];
|
|
];
|
|
this.ajax
|
|
this.ajax
|
|
- .post(this.$store.state.api + "addCourseWorksS", params)
|
|
|
|
|
|
+ .post(this.$store.state.api + "addStudioCourseWorksS", params)
|
|
.then((res) => {
|
|
.then((res) => {
|
|
this.$message({
|
|
this.$message({
|
|
message: "提交成功",
|
|
message: "提交成功",
|
|
@@ -8691,7 +8691,7 @@ export default {
|
|
},
|
|
},
|
|
];
|
|
];
|
|
this.ajax
|
|
this.ajax
|
|
- .post(this.$store.state.api + "addCourseWorksS", params)
|
|
|
|
|
|
+ .post(this.$store.state.api + "addStudioCourseWorksS", params)
|
|
.then((res) => {
|
|
.then((res) => {
|
|
this.$message({
|
|
this.$message({
|
|
message: "提交成功",
|
|
message: "提交成功",
|
|
@@ -8724,7 +8724,7 @@ export default {
|
|
},
|
|
},
|
|
];
|
|
];
|
|
this.ajax
|
|
this.ajax
|
|
- .post(this.$store.state.api + "addCourseWorksS", params)
|
|
|
|
|
|
+ .post(this.$store.state.api + "addStudioCourseWorksS", params)
|
|
.then((res) => {
|
|
.then((res) => {
|
|
this.$message({
|
|
this.$message({
|
|
message: "提交成功",
|
|
message: "提交成功",
|
|
@@ -8840,7 +8840,7 @@ export default {
|
|
},
|
|
},
|
|
];
|
|
];
|
|
this.ajax
|
|
this.ajax
|
|
- .post(this.$store.state.api + "deleteCourseWorkS", params)
|
|
|
|
|
|
+ .post(this.$store.state.api + "deleteStudentCourseWorkS", params)
|
|
.then((res) => {
|
|
.then((res) => {
|
|
this.$message({
|
|
this.$message({
|
|
message: "删除成功",
|
|
message: "删除成功",
|
|
@@ -8936,7 +8936,7 @@ export default {
|
|
},
|
|
},
|
|
];
|
|
];
|
|
this.ajax
|
|
this.ajax
|
|
- .post(this.$store.state.api + "addCourseWorksS", params)
|
|
|
|
|
|
+ .post(this.$store.state.api + "addStudioCourseWorksS", params)
|
|
.then((res) => {
|
|
.then((res) => {
|
|
this.$message({
|
|
this.$message({
|
|
message: "提交成功",
|
|
message: "提交成功",
|
|
@@ -8965,7 +8965,7 @@ export default {
|
|
},
|
|
},
|
|
];
|
|
];
|
|
this.ajax
|
|
this.ajax
|
|
- .post(this.$store.state.api + "addCourseWorksS", params)
|
|
|
|
|
|
+ .post(this.$store.state.api + "addStudioCourseWorksS", params)
|
|
.then((res) => {
|
|
.then((res) => {
|
|
this.$message({
|
|
this.$message({
|
|
message: "提交成功",
|
|
message: "提交成功",
|