字段信息管理弹框修改

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 <el-button
type="primary" type="primary"
style="width: 15px; height: 15px" style="width: 15px; height: 15px"
v-if="taskPartitionDictId == scope.row.taskTypeId" v-if="taskPartitionDictId == scope.row.id"
circle circle
@click="nurseclickzx(scope.row)" @click="nurseclickzx(scope.row)"
></el-button> ></el-button>
@ -694,11 +694,11 @@ export default {
this.form.labelFieldInfoList[this.nnerVisibleindex].taskPartitionDictName = this.form.labelFieldInfoList[this.nnerVisibleindex].taskPartitionDictName =
row.taskPartitionName; row.taskPartitionName;
this.form.labelFieldInfoList[this.nnerVisibleindex].taskPartitionDictId = this.form.labelFieldInfoList[this.nnerVisibleindex].taskPartitionDictId =
row.taskTypeId; row.id;
} else if (this.titleup == '修改标签字段信息') { } else if (this.titleup == '修改标签字段信息') {
this.form.taskPartitionDictName =row.taskPartitionName; this.form.taskPartitionDictName =row.taskPartitionName;
this.form.taskPartitionDictId = this.form.taskPartitionDictId =
row.taskTypeId; row.id;
} }