zhangxiao
2024-08-08 e39bd8b0225867bcd339a87ad42d847762079c8d
src/views/dmx/model/components/addPageModel.vue
@@ -234,7 +234,6 @@
  const emit = defineEmits(['refresh-parent']);
  const handleSubmit = ({ values, errors }) => {
    const all_params = form.addFomList.map((item) => {
      console.log(item, 8888);
      return item.name + ':' + item.value;
    });
    form_ref.value