Compare commits
2 Commits
40804a7b9d
...
3f77db2ff8
Author | SHA1 | Date |
---|---|---|
a0049873 | 3f77db2ff8 | |
a0049873 | d50b0a0dca |
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="form-container">
|
||||
<div class="title">基础信息</div>
|
||||
<a-form
|
||||
<!-- <div class="title">基础信息</div> -->
|
||||
<!-- <a-form
|
||||
v-if="props.processDefinitionName == '能力申请流程'"
|
||||
ref="formRef"
|
||||
:model="formName"
|
||||
|
@ -56,19 +56,6 @@
|
|||
</a-form-item>
|
||||
</div>
|
||||
|
||||
<!-- <a-form-item
|
||||
label="所在地区"
|
||||
name="area"
|
||||
:rules="[{ required: true, message: '请输入所在地区' }]"
|
||||
>
|
||||
<a-input
|
||||
disabled="true"
|
||||
style="width: 230px"
|
||||
placeholder="请输入所在地区"
|
||||
v-model:value="formName.area"
|
||||
/>
|
||||
</a-form-item> -->
|
||||
|
||||
<div class="title">更多申请信息</div>
|
||||
|
||||
<a-form-item
|
||||
|
@ -503,7 +490,7 @@
|
|||
></a-input>
|
||||
</a-form-item>
|
||||
</div>
|
||||
</a-form>
|
||||
</a-form> -->
|
||||
<div class="title">流程图</div>
|
||||
<div>
|
||||
<img :src="getResourceURL()" alt="" />
|
||||
|
@ -612,9 +599,9 @@
|
|||
const getInfo = () => {
|
||||
console.log(props.processInstanceId, '============================')
|
||||
if (props.processDefinitionName == '能力申请') {
|
||||
getTaskVariables({ taskId: props.processInstanceId }).then((res) => {
|
||||
console.log('获取数据====================>', res.data.data)
|
||||
})
|
||||
// getTaskVariables({ taskId: props.processInstanceId }).then((res) => {
|
||||
// console.log('获取数据====================>', res.data.data)
|
||||
// })
|
||||
}
|
||||
if (props.processDefinitionName == '能力申请流程') {
|
||||
getApplyForm(props.businessKey).then((res) => {
|
||||
|
|
Loading…
Reference in New Issue