Skip to content

Commit 671e669

Browse files
author
task
committed
没问题
1 parent 16fc767 commit 671e669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: web/src/components/selectFile/selectFile.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
return
5757
}
5858
model.value.push({
59-
name: data.name,
60-
url: data.url
59+
name: data.file.name,
60+
url: data.file.url
6161
})
6262
emits('on-success', res)
6363
}

0 commit comments

Comments
 (0)