|
@@ -83,6 +83,7 @@
|
|
|
import { showNotify } from 'vant';
|
|
|
import { closePage } from 'dingtalk-jsapi';
|
|
|
import { getSimpleUserMap } from '@/service/user'
|
|
|
+import PubsubService from "@/utils/PubsubService";
|
|
|
import { formatDate, jsonToFormData } from "@/utils/common";
|
|
|
import { FlowDTO, getNextActivity } from "@/service/flow";
|
|
|
import { getTemplateOpinionListByFlowInstanceId, getOpinionListByFlowInstanceId } from '@/service/flow';
|
|
@@ -207,6 +208,7 @@ const submitHandle = async (): Promise<any> => {
|
|
|
position: 'top',
|
|
|
onClose() {
|
|
|
isSubmitDisabled.value = false;
|
|
|
+ PubsubService.publish('clear_keep_alive')
|
|
|
if (_top == '1') {
|
|
|
closePage({})
|
|
|
} else {
|