diff --git a/ruoyi-admin/src/main/resources/templates/system/elExam/exam/add.html b/ruoyi-admin/src/main/resources/templates/system/elExam/exam/add.html index 0ae0988..4e64eb0 100644 --- a/ruoyi-admin/src/main/resources/templates/system/elExam/exam/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/elExam/exam/add.html @@ -301,6 +301,7 @@ } this.postForm.repoList.forEach(item => { item.repoId = item.repoId.split(",")[0].match(/\d+/)[0]; + item.id='' }); if (this.postForm.totalScore === 0) { this.$notify({ @@ -387,17 +388,17 @@ this.repoList.splice(index, 1) }, - fetchData(id) { - fetchDetail(id).then(response => { - this.postForm = response.data - - if (this.postForm.startTime && this.postForm.endTime) { - this.dateValues[0] = this.postForm.startTime - this.dateValues[1] = this.postForm.endTime - } - this.repoList = this.postForm.repoList - }) - }, + // fetchData(id) { + // fetchDetail(id).then(response => { + // this.postForm = response.data + // + // if (this.postForm.startTime && this.postForm.endTime) { + // this.dateValues[0] = this.postForm.startTime + // this.dateValues[1] = this.postForm.endTime + // } + // this.repoList = this.postForm.repoList + // }) + // }, // 选项卡成功回调执行事件(父窗体静默更新) successTabCallback(result) { if (result.data.code == web_status.SUCCESS) {