fix : 修复提交按钮旁边的返回页面细节
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
<div class="oper-page-btn">
|
||||
<el-button color="#DED0B2" v-if="route.query.state==0" @click="handleSubmit(applyForm)">提交</el-button>
|
||||
<el-button color="#DED0B2" v-else-if="route.query.state==3" @click="handleSubmit(applyForm)">重新提交</el-button>
|
||||
<el-button @click="handleBack">返回</el-button>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -70,6 +71,9 @@ const processDiagramViewer = ref(false)
|
||||
const name = ref(router.currentRoute.value.name)
|
||||
const applyForm = ref()
|
||||
const deploymentId = ref()
|
||||
const handleBack = () => {
|
||||
history.back()
|
||||
}
|
||||
const compositeParam = (item) => {
|
||||
// let tag = ''
|
||||
// if (name.value === 'Initiation/apply' || route.query.state==3) {
|
||||
|
||||
Reference in New Issue
Block a user