fix : 统一按钮颜色
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div v-if="processData.processDefinitionKey">
|
||||
<p>
|
||||
流程名称: {{ processData.deploymentName }}
|
||||
<p style="margin-top: 10px">
|
||||
流程名称 : {{ processData.deploymentName }}
|
||||
</p>
|
||||
</div>
|
||||
<div v-if="!processData.processDefinitionKey">
|
||||
@@ -31,7 +31,9 @@ const processData = computed(() => {
|
||||
const validate = () => {
|
||||
return []
|
||||
}
|
||||
|
||||
onActivated(()=>{
|
||||
init()
|
||||
})
|
||||
const init = () => {
|
||||
getTypeOption().then(res => {
|
||||
optionList.value = res.data
|
||||
|
||||
Reference in New Issue
Block a user