提交代码

This commit is contained in:
jiang 2024-12-02 01:44:31 +08:00
parent cfe2ba3b97
commit ccb2d52094
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ export default {
data: { image: this.fileUrl },
};
if (this.annotations.length) {
if (this.annotations) {
task.annotations = this.getAnnotations();
}