字段信息管理弹框修改

This commit is contained in:
shidongli 2024-06-25 18:07:08 +08:00
parent 09ef162895
commit ad7aeb38bd

View File

@ -439,7 +439,7 @@
<el-button
type="primary"
style="width: 15px; height: 15px"
v-if="taskPartitionDictId == scope.row.taskTypeId"
v-if="taskPartitionDictId == scope.row.id"
circle
@click="nurseclickzx(scope.row)"
></el-button>
@ -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;
}