提交代码

This commit is contained in:
jiang 2024-12-02 01:31:00 +08:00
parent 0183956746
commit e78c6b04bf
2 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,7 @@ export default {
fileId : Number(this.id) fileId : Number(this.id)
}).then(response => { }).then(response => {
this.$modal.msgSuccess('已同意标注') this.$modal.msgSuccess('已同意标注')
this.index++; //
}).catch(error => { }).catch(error => {
console.log(error); console.log(error);
}); });

View File

@ -170,6 +170,7 @@ export default {
// //
setItem(item, index) { setItem(item, index) {
console.log(item)
this.annotationResult = JSON.parse(item.annotationResult); this.annotationResult = JSON.parse(item.annotationResult);
this.itemIndex = index; this.itemIndex = index;
this.updateTaskData(item); this.updateTaskData(item);