Commit 51c913a8493f484e1d7ab1f130d96b6ebf6d72dc
1 parent
498b93d0
1111
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/bigscreenDesigner/designer/components/customUploadMulti.vue
| ... | ... | @@ -35,7 +35,7 @@ import axios from "axios"; |
| 35 | 35 | import { getToken } from "@/utils/auth"; |
| 36 | 36 | import { getFielList } from "@/api/file" |
| 37 | 37 | export default { |
| 38 | - name: 'custom-upload-new', | |
| 38 | + name: 'custom-upload-multi', | |
| 39 | 39 | model: { |
| 40 | 40 | prop: "value", |
| 41 | 41 | event: "input" | ... | ... |
src/views/bigscreenDesigner/designer/components/datasourceSelect.vue