fix: 数据集标签页面优化

数据集标签页面优化
main
hong.yang 2 years ago
parent a7b7b4f423
commit 05f75089d2

@ -144,6 +144,11 @@ export default {
this.dataForm.labelName = row.labelName
this.dataForm.labelType = row.labelType
this.dataForm.labelDesc = row.labelDesc
} else {
this.dataForm.id = ''
this.dataForm.labelName = ''
this.dataForm.labelType = ''
this.dataForm.labelDesc = ''
}
},
/**

Loading…
Cancel
Save