|
@@ -23013,7 +23013,7 @@ export default {
|
|
|
message: "提交成功",
|
|
|
type: "success"
|
|
|
});
|
|
|
- this.addOp3('1', "", { courseid: this.id,tool:'问卷',data:JSON.stringify(this.askList),type: "course_tool_sub" }, "success")
|
|
|
+ this.addOp3('1', "", { courseid: this.id,tool:'问卷调查',data:JSON.stringify(this.askList),type: "course_tool_sub" }, "success")
|
|
|
|
|
|
this.askList = [];
|
|
|
this.dialogVisible5 = false;
|
|
@@ -23024,7 +23024,7 @@ export default {
|
|
|
.catch(err => {
|
|
|
this.$message.error("提交失败");
|
|
|
console.error(err);
|
|
|
- this.addOp3('1', "", { courseid: this.id,tool:'问卷',data:JSON.stringify(this.askList),type: "course_tool_sub" }, err)
|
|
|
+ this.addOp3('1', "", { courseid: this.id,tool:'问卷调查',data:JSON.stringify(this.askList),type: "course_tool_sub" }, err)
|
|
|
|
|
|
});
|
|
|
},
|