From ad7aeb38bd108562e5afb74b3b6bdfa441de1812 Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 25 Jun 2024 18:07:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=BF=A1=E6=81=AF=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=BC=B9=E6=A1=86=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/labelfieldinfo/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/manage/labelfieldinfo/index.vue b/src/views/manage/labelfieldinfo/index.vue index 207db5a..990f12d 100644 --- a/src/views/manage/labelfieldinfo/index.vue +++ b/src/views/manage/labelfieldinfo/index.vue @@ -439,7 +439,7 @@ @@ -694,11 +694,11 @@ export default { this.form.labelFieldInfoList[this.nnerVisibleindex].taskPartitionDictName = row.taskPartitionName; this.form.labelFieldInfoList[this.nnerVisibleindex].taskPartitionDictId = - row.taskTypeId; + row.id; } else if (this.titleup == '修改标签字段信息') { this.form.taskPartitionDictName =row.taskPartitionName; this.form.taskPartitionDictId = - row.taskTypeId; + row.id; }