diff --git a/src/views/project/form/ProjectCourseList.vue b/src/views/project/form/ProjectCourseList.vue index a12c872..9fca9a8 100644 --- a/src/views/project/form/ProjectCourseList.vue +++ b/src/views/project/form/ProjectCourseList.vue @@ -29,11 +29,11 @@ - + @@ -51,9 +51,9 @@ - + @@ -151,6 +151,10 @@ export default { if(type === 'course') this.courseVisible = true; else if(type === 'topic') this.requiredTopicVisible = true; else if(type === 'question') this.questionVisible = true; + }, + /** 删除table项 */ + handleDelete(record){ + }, //计算总学时,总分数,总课时 calc(data) { diff --git a/src/views/project/form/ProjectTestPaperFormationStrategy.vue b/src/views/project/form/ProjectTestPaperFormationStrategy.vue index 59e132e..f186203 100644 --- a/src/views/project/form/ProjectTestPaperFormationStrategy.vue +++ b/src/views/project/form/ProjectTestPaperFormationStrategy.vue @@ -171,6 +171,7 @@ export default { }, //上一步 toPrev() { + this.form.testPaperTactics = this.tableData; this.$emit('prevStep', this.form) }, initTable() {