update 移动请假表单包结构,调整设计器选择引用表单请求错误
This commit is contained in:
parent
28a5508c53
commit
a4ac5d2c38
@ -37,7 +37,7 @@ angular.module('flowableModeler').controller('FlowableFormReferenceCtrl',
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Open the dialog
|
// Open the dialog
|
||||||
_internalCreateModal(opts, $modal, $scope);
|
//_internalCreateModal(opts, $modal, $scope);
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
angular.module('flowableModeler').controller('FlowableFormReferencePopupCtrl',
|
angular.module('flowableModeler').controller('FlowableFormReferencePopupCtrl',
|
||||||
|
@ -99,9 +99,9 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup name="Leave" lang="ts">
|
<script setup name="Leave" lang="ts">
|
||||||
import { listLeave, getLeave, delLeave, addLeave, updateLeave } from '@/api/demo/leave';
|
import { listLeave, getLeave, delLeave, addLeave, updateLeave } from '@/api/workflow/leave';
|
||||||
import { cancelProcessApply } from '@/api/workflow/processInstance';
|
import { cancelProcessApply } from '@/api/workflow/processInstance';
|
||||||
import { LeaveVO, LeaveQuery, LeaveForm } from '@/api/demo/leave/types';
|
import { LeaveVO, LeaveQuery, LeaveForm } from '@/api/workflow/leave/types';
|
||||||
import { startWorkFlow } from '@/api/workflow/task';
|
import { startWorkFlow } from '@/api/workflow/task';
|
||||||
import SubmitVerify from '@/components/Process/submitVerify.vue';
|
import SubmitVerify from '@/components/Process/submitVerify.vue';
|
||||||
import ApprovalRecord from '@/components/Process/approvalRecord.vue';
|
import ApprovalRecord from '@/components/Process/approvalRecord.vue';
|
||||||
@ -267,7 +267,7 @@ const handleExport = () => {
|
|||||||
|
|
||||||
//提交申请
|
//提交申请
|
||||||
const handleStartWorkFlow = async (data: any) => {
|
const handleStartWorkFlow = async (data: any) => {
|
||||||
submitFormData.value.processKey = 'leave5';
|
submitFormData.value.processKey = 'leave7';
|
||||||
submitFormData.value.businessKey = data.id;
|
submitFormData.value.businessKey = data.id;
|
||||||
//流程变量
|
//流程变量
|
||||||
taskVariables.value = {
|
taskVariables.value = {
|
Loading…
x
Reference in New Issue
Block a user