| | |
| | | import { h, resolveComponent } from "vue"; |
| | | // import draggable from "vuedraggable"; |
| | | import { VueDraggableNext } from "vue-draggable-next"; |
| | | import VolWangEditor from "@/components/editor/VolWangEditor.vue"; |
| | | // import VolWangEditor from "@/components/editor/VolWangEditor.vue"; |
| | | import VolUpload from "./../VolUpload"; |
| | | import VolTable from "./../VolTable"; |
| | | import VolBox from "./../VolBox"; |
| | |
| | | components: { |
| | | draggable: VueDraggableNext, |
| | | "vol-upload": VolUpload, |
| | | "vol-wang-editor": VolWangEditor, |
| | | // "vol-wang-editor": VolWangEditor, |
| | | "vol-table": VolTable, |
| | | "vol-box": VolBox, |
| | | preview: VolFormPreview, |
| | |
| | | if (!keys.length) { |
| | | return; |
| | | } |
| | | debugger |
| | | this.http |
| | | .post("api/Sys_Dictionary/GetVueDictionary", keys, true) |
| | | .then((result) => { |
| | |
| | | return true; |
| | | }, |
| | | dicChange(key) { |
| | | debugger |
| | | this.http |
| | | .post("api/Sys_Dictionary/GetVueDictionary", [key], true) |
| | | .then((result) => { |