提交代码

This commit is contained in:
jiang 2024-11-20 15:31:32 +08:00
parent 306c625253
commit 2ce135582b
1 changed files with 1 additions and 5 deletions

View File

@ -46,7 +46,7 @@
:default-expand-all="isExpandAll"
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
>
<el-table-column label="标签名称" align="center" prop="labelName" :show-overflow-tooltip="true" width="160"/>
<el-table-column label="标签名称" prop="labelName" :show-overflow-tooltip="true" width="160"/>
<el-table-column label="状态" align="center" prop="labelName" />
<el-table-column label="创建人" align="center" prop="createBy" />
<el-table-column label="描述" align="center" prop="labelName" />
@ -234,11 +234,7 @@ export default {
handleUpdate(row) {
this.reset();
this.getTreeselect();
if (row != null) {
this.form.parentId = row.labelId;
}
getDataSetLabels(row.labelId).then(response => {
this.form = response.data;
this.open = true;
this.title = "修改样本标签管理";