智能标注服务管理页面和智能标注页面开发

This commit is contained in:
weiweiw 2024-12-18 14:53:25 +08:00
parent 8ab0cabb4f
commit a19a7a27da
1 changed files with 2 additions and 0 deletions

View File

@ -243,6 +243,8 @@ export default {
},
handleDimension(row) {
this.aiOpen = true
this.taskId = row.taskId
},
handleAnnotation(row) {
this.$tab.openPage('数据标注', '/dataCenter/annotationTask/dataAnnotations/index/' + row.taskId)