From b8062046d1fc78f4bd06dd31c2fc1c292c9c8f5b Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Thu, 4 Jul 2024 08:40:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E8=AF=95=E7=AE=A1=E7=90=86-=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E3=80=81=E6=B7=BB=E5=8A=A0id=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/system/elExam/exam/add.html | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) 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) {