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,7 +35,7 @@ import axios from "axios"; | ||
| 35 | import { getToken } from "@/utils/auth"; | 35 | import { getToken } from "@/utils/auth"; |
| 36 | import { getFielList } from "@/api/file" | 36 | import { getFielList } from "@/api/file" |
| 37 | export default { | 37 | export default { |
| 38 | - name: 'custom-upload-new', | 38 | + name: 'custom-upload-multi', |
| 39 | model: { | 39 | model: { |
| 40 | prop: "value", | 40 | prop: "value", |
| 41 | event: "input" | 41 | event: "input" |
src/views/bigscreenDesigner/designer/components/datasourceSelect.vue
| @@ -80,7 +80,7 @@ export default { | @@ -80,7 +80,7 @@ export default { | ||
| 80 | //选中,回刷父节点 | 80 | //选中,回刷父节点 |
| 81 | async selectDataSet() { | 81 | async selectDataSet() { |
| 82 | this.$emit("input", this.selectedOption); | 82 | this.$emit("input", this.selectedOption); |
| 83 | - this.$emit("change", this.selectedOption); | 83 | + // this.$emit("change", this.selectedOption); |
| 84 | }, | 84 | }, |
| 85 | // 数据集回显 | 85 | // 数据集回显 |
| 86 | async echoDataSet(val) { | 86 | async echoDataSet(val) { |