update 移动请假表单包结构,调整设计器选择引用表单请求错误

This commit is contained in:
gssong 2023-11-30 20:38:38 +08:00
parent 28a5508c53
commit a4ac5d2c38
4 changed files with 5 additions and 5 deletions

View File

@ -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',

View File

@ -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 = {