|
|
|
@ -194,7 +194,10 @@ const sendDraftSubmit = (type: string,val?:any) => { |
|
|
|
console.log("草稿提交审批---<",sendInfo,data) |
|
|
|
if(data.code == 0){ |
|
|
|
ElMessage.success(data.msg || '提交成功!') |
|
|
|
runstep.value.gainRunFlowTask() |
|
|
|
if(runstep.value){ |
|
|
|
runstep.value.gainRunFlowTask() |
|
|
|
} |
|
|
|
|
|
|
|
drawerBeforeClose(); |
|
|
|
} |
|
|
|
}) |
|
|
|
@ -202,6 +205,8 @@ const sendDraftSubmit = (type: string,val?:any) => { |
|
|
|
// |
|
|
|
} |
|
|
|
} |
|
|
|
const changeKeyVal = () =>{} |
|
|
|
const beforeSubmit = () =>{} |
|
|
|
</script> |
|
|
|
<template> |
|
|
|
<el-drawer v-model="isOpen" v-loading="loadingData" element-loading-my-text="Loading..." :title="versiontitle" :close-on-click-modal="false" :close-on-press-escape="false" :destroy-on-close="true" :size="props.drawerWith" class="drawerClass" :before-close="drawerBeforeClose"> |
|
|
|
@ -232,20 +237,20 @@ const sendDraftSubmit = (type: string,val?:any) => { |
|
|
|
<el-descriptions |
|
|
|
direction="vertical" |
|
|
|
:column="4" |
|
|
|
size="24px" |
|
|
|
:size="small" |
|
|
|
border |
|
|
|
> |
|
|
|
<div v-for="(item,index) in newLogAry" :key="index"> |
|
|
|
<el-descriptions-item v-if="!Array.isArray(item)&&index!='logTime'" :label="index"> |
|
|
|
{{ item }} |
|
|
|
</el-descriptions-item> |
|
|
|
<el-descriptions-item v-if="Array.isArray(item)&&index!='logTime'" :label="index" span="4"> |
|
|
|
<el-descriptions-item v-if="Array.isArray(item)&&index!='logTime'" :label="index" :span="4"> |
|
|
|
|
|
|
|
<el-descriptions |
|
|
|
|
|
|
|
direction="vertical" |
|
|
|
:column="4" |
|
|
|
size="24px" |
|
|
|
:size="small" |
|
|
|
border |
|
|
|
> |
|
|
|
<el-descriptions-item v-for="(items,indexs) in item[0]" :key="indexs" :label="indexs"> |
|
|
|
@ -266,7 +271,7 @@ const sendDraftSubmit = (type: string,val?:any) => { |
|
|
|
<el-descriptions |
|
|
|
direction="vertical" |
|
|
|
:column="4" |
|
|
|
:size="24" |
|
|
|
:size="small" |
|
|
|
border |
|
|
|
> |
|
|
|
<div v-for="(item,index) in itemss" :key="index"> |
|
|
|
@ -279,7 +284,7 @@ const sendDraftSubmit = (type: string,val?:any) => { |
|
|
|
|
|
|
|
direction="vertical" |
|
|
|
:column="4" |
|
|
|
:size="24" |
|
|
|
:size="small" |
|
|
|
border |
|
|
|
> |
|
|
|
<el-descriptions-item v-for="(items,indexs) in item[0]" :key="indexs" :label="indexs"> |
|
|
|
|