|
@@ -2641,6 +2641,24 @@ export default {
|
|
|
this.addTest()
|
|
this.addTest()
|
|
|
// this.dialogVisibleChoice = true;
|
|
// this.dialogVisibleChoice = true;
|
|
|
// this.$message.info("添加选择题");
|
|
// this.$message.info("添加选择题");
|
|
|
|
|
+ }else if (tool == 78) {
|
|
|
|
|
+ this.testJsonName = "";
|
|
|
|
|
+ this.testJsonBrief = "";
|
|
|
|
|
+ this.testJson = {
|
|
|
|
|
+ testCount: 1,
|
|
|
|
|
+ testTitle: "",
|
|
|
|
|
+ testJson: [
|
|
|
|
|
+ {
|
|
|
|
|
+ teststitle: "",
|
|
|
|
|
+ testItem: 1,
|
|
|
|
|
+ checkList: [],
|
|
|
|
|
+ timuList: [],
|
|
|
|
|
+ answer: [],
|
|
|
|
|
+ type: "1"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ };
|
|
|
|
|
+ this.addVote()
|
|
|
} else if (tool == 15) {
|
|
} else if (tool == 15) {
|
|
|
this.answerQ = "";
|
|
this.answerQ = "";
|
|
|
this.addAnswer();
|
|
this.addAnswer();
|