diff --git a/src/components/model-custom/model-custom-content.vue b/src/components/model-custom/model-custom-content.vue index bd7e93f1..60b78e3c 100644 --- a/src/components/model-custom/model-custom-content.vue +++ b/src/components/model-custom/model-custom-content.vue @@ -85,10 +85,6 @@ const dialog = ref(null); const draglist = ref(null); const form = ref(props.value); const center_width = ref(props.magicWidth); -watchEffect(() => { - form.value = props.value; - center_width.value = props.magicWidth; -}) // 弹出框里的内容 let custom_list = reactive([]); const center_height = ref(0); diff --git a/src/components/model-data-magic/components/magic-cube-settings/tabs-content.vue b/src/components/model-data-magic/components/magic-cube-settings/tabs-content.vue index 895de2ba..fd3ee06d 100644 --- a/src/components/model-data-magic/components/magic-cube-settings/tabs-content.vue +++ b/src/components/model-data-magic/components/magic-cube-settings/tabs-content.vue @@ -89,7 +89,7 @@