Browse Source

修改冲突

lwx_v12
超级管理员 1 year ago
parent
commit
0a5a097b2d
  1. 3
      src/components/DesignForm/app/formPage.vue
  2. 4
      src/components/DesignForm/public/form/formGroup.vue

3
src/components/DesignForm/app/formPage.vue

@ -97,11 +97,8 @@ const emits = defineEmits<{
(e: 'btnClick', type: string): void
(e: 'change', val: any): void //
(e: 'update:issave', type: boolean): void
<<<<<<< HEAD
(e: 'closePage', type: string): void
=======
(e: 'optionsValue3Get3', val: any,fieldName: string): void
>>>>>>> lwx_v11
}>()
const route = useRoute()

4
src/components/DesignForm/public/form/formGroup.vue

@ -378,13 +378,11 @@ const getFormItemLableStyle = (ele: any) => {
return AnalysisCss(ele?.labelStyle)
}
}
<<<<<<< HEAD
=======
function optionsValue3Get1(data: any,fieldName: string){
emits('optionsValue3Get2',data,fieldName)
}
>>>>>>> lwx_v11
</script>
<template>
<draggable

Loading…
Cancel
Save