提交代码
This commit is contained in:
parent
306c625253
commit
2ce135582b
|
|
@ -46,7 +46,7 @@
|
||||||
:default-expand-all="isExpandAll"
|
:default-expand-all="isExpandAll"
|
||||||
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
|
: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="labelName" />
|
||||||
<el-table-column label="创建人" align="center" prop="createBy" />
|
<el-table-column label="创建人" align="center" prop="createBy" />
|
||||||
<el-table-column label="描述" align="center" prop="labelName" />
|
<el-table-column label="描述" align="center" prop="labelName" />
|
||||||
|
|
@ -234,11 +234,7 @@ export default {
|
||||||
handleUpdate(row) {
|
handleUpdate(row) {
|
||||||
this.reset();
|
this.reset();
|
||||||
this.getTreeselect();
|
this.getTreeselect();
|
||||||
if (row != null) {
|
|
||||||
this.form.parentId = row.labelId;
|
|
||||||
}
|
|
||||||
getDataSetLabels(row.labelId).then(response => {
|
getDataSetLabels(row.labelId).then(response => {
|
||||||
|
|
||||||
this.form = response.data;
|
this.form = response.data;
|
||||||
this.open = true;
|
this.open = true;
|
||||||
this.title = "修改样本标签管理";
|
this.title = "修改样本标签管理";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue