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;