修改formcreat

This commit is contained in:
limengnan 2025-05-26 10:41:15 +08:00
parent 857a44bbf7
commit ca4a7e3280
6 changed files with 15606 additions and 15602 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
<el-button type="primary" @click="exportData">保存</el-button>
</div>
<FcDesigner ref="designerRef" style="width: 100vw;height:calc(100vh - 60px) " :field="field"
:appId="appId" :config="config"
:appId="appId" :config="config" :appUrl="basePath"
/>
</div>
</template>
@ -16,6 +16,8 @@ import { ElMessage } from 'element-plus-secondary'
import formCreate from "@form-create/element-ui";
import { useRoute } from 'vue-router'
import { moduleById,moduleUpdate } from '@/api/application/module'
const basePath = import.meta.env.VITE_API_BASEPATH
const route = useRoute()
const designerForm = formCreate.factory();
const appId:any = ref(route.query.appId)