diff --git a/public/huichuang_logo.png b/public/huichuang_logo.png new file mode 100644 index 00000000..a8fb5011 Binary files /dev/null and b/public/huichuang_logo.png differ diff --git a/public/iocn/text-indent-left.svg b/public/iocn/text-indent-left.svg new file mode 100644 index 00000000..5a607af0 --- /dev/null +++ b/public/iocn/text-indent-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/public/iocn/text-indent-right.svg b/public/iocn/text-indent-right.svg new file mode 100644 index 00000000..de91d9e4 --- /dev/null +++ b/public/iocn/text-indent-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/components/FormViewer/index.vue b/src/components/FormViewer/index.vue index 2215dcc8..0bceea6a 100644 --- a/src/components/FormViewer/index.vue +++ b/src/components/FormViewer/index.vue @@ -427,7 +427,7 @@ } } async function getIssueInfo() { - console.log(props.issueId); + console.log("111",props.issueId); } defineExpose({ getForm, diff --git a/src/components/ProcessDesigner/package/penal/PropertiesPanel.vue b/src/components/ProcessDesigner/package/penal/PropertiesPanel.vue index 8751749a..dcf224c5 100644 --- a/src/components/ProcessDesigner/package/penal/PropertiesPanel.vue +++ b/src/components/ProcessDesigner/package/penal/PropertiesPanel.vue @@ -231,6 +231,7 @@ isInit: true, formTitle: '', issueCode: '', + mapConfig:{}, }; break; case 'bpmn:EndEvent': @@ -433,7 +434,6 @@ // 2.获取流程权限信息 let auth = await authRef.value.getForm(); let wfData = flowWfDataStore.getWfData; - console.log(wfData); var startIndex = (wfData || []).findIndex( (element: { type?: string }) => element.type == 'bpmn:StartEvent', ); @@ -496,7 +496,7 @@ } }, ); - console.log(wfData); + let scheme = { wfData: wfData, diff --git a/src/components/ProcessDesigner/package/penal/startEvent/index.vue b/src/components/ProcessDesigner/package/penal/startEvent/index.vue index 741bb32a..6b7708fe 100644 --- a/src/components/ProcessDesigner/package/penal/startEvent/index.vue +++ b/src/components/ProcessDesigner/package/penal/startEvent/index.vue @@ -216,6 +216,7 @@ formName: string; issueOpen: boolean; issueName: string; + mapConfig:string; } const data: dataType = reactive({ columns: [ @@ -347,9 +348,13 @@ const issueRef = ref(); async function issueHandleOk() { let obj = issueRef.value.getRow(); + let formPublishInfo = JSON.parse(obj[0].scheme) + let mapConfig = formPublishInfo.table.maps; node.value.issueId = obj[0].id; + node.value.mapConfig = mapConfig data.issueName = obj[0].name; data.issueOpen = false; + data.mapConfig = mapConfig; } // 编辑时获取发布表单名称 async function getIssueFormList() { diff --git a/src/components/ProcessDesigner/package/penal/userTask/index.vue b/src/components/ProcessDesigner/package/penal/userTask/index.vue index 388e902b..d1b84d92 100644 --- a/src/components/ProcessDesigner/package/penal/userTask/index.vue +++ b/src/components/ProcessDesigner/package/penal/userTask/index.vue @@ -1076,8 +1076,8 @@ // 编辑时获取发布表单名称 async function getIssueFormList() { const list = await fun_GetPageList({ - page: 1, - limit: 1000, + page:1, + limit:1000, }); list.items.forEach((element) => { if (element.id == node.value.issueId) { diff --git a/src/views/demo/form-design/components/VFormCreate/components/FormRender.vue b/src/views/demo/form-design/components/VFormCreate/components/FormRender.vue index 15e0a40c..14a45db1 100644 --- a/src/views/demo/form-design/components/VFormCreate/components/FormRender.vue +++ b/src/views/demo/form-design/components/VFormCreate/components/FormRender.vue @@ -95,6 +95,31 @@ +