提交代码
This commit is contained in:
parent
cfe2ba3b97
commit
ccb2d52094
|
|
@ -72,7 +72,7 @@ export default {
|
|||
data: { image: this.fileUrl },
|
||||
};
|
||||
|
||||
if (this.annotations.length) {
|
||||
if (this.annotations) {
|
||||
task.annotations = this.getAnnotations();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue