From ec315e0c7e966a2b760e07a6c28221eec34eb82a Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 25 Jun 2024 16:44:42 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/labelfieldinfo/index.vue | 443 +++++++++++++++++----- 1 file changed, 358 insertions(+), 85 deletions(-) diff --git a/src/views/manage/labelfieldinfo/index.vue b/src/views/manage/labelfieldinfo/index.vue index 1a4f4d8..207db5a 100644 --- a/src/views/manage/labelfieldinfo/index.vue +++ b/src/views/manage/labelfieldinfo/index.vue @@ -1,13 +1,34 @@ @@ -418,12 +692,11 @@ export default { console.log(row) if (this.title == '添加标签字段信息') { this.form.labelFieldInfoList[this.nnerVisibleindex].taskPartitionDictName = - row.taskTypeName; + row.taskPartitionName; this.form.labelFieldInfoList[this.nnerVisibleindex].taskPartitionDictId = row.taskTypeId; } else if (this.titleup == '修改标签字段信息') { - this.form.taskPartitionDictName = - row.taskTypeName; + this.form.taskPartitionDictName =row.taskPartitionName; this.form.taskPartitionDictId = row.taskTypeId;