提交代码

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)
}).then(response => {
this.$modal.msgSuccess('已同意标注')
this.index++; //
}).catch(error => {
console.log(error);
});

View File

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