5393850b by lihua

fix

1 parent c3634d2b
...@@ -2360,6 +2360,7 @@ const rejectDialogBtnClick = (btn, info) => { ...@@ -2360,6 +2360,7 @@ const rejectDialogBtnClick = (btn, info) => {
2360 <div class="tool_btns" v-if="detailType == 'add' || detailType == 'edit' || detailType == 'redit'"> 2360 <div class="tool_btns" v-if="detailType == 'add' || detailType == 'edit' || detailType == 'redit'">
2361 <div class="btns"> 2361 <div class="btns">
2362 <el-button @click="btnClick({ value: 'cancel' })">返回</el-button> 2362 <el-button @click="btnClick({ value: 'cancel' })">返回</el-button>
2363 <!-- <el-button @click="btnClick({ value: 'draft' })"
2363 v-if="route.query.type == 'add' || route.query.type == 'edit'">保存草稿</el-button> --> 2364 v-if="route.query.type == 'add' || route.query.type == 'edit'">保存草稿</el-button> -->
2364 <el-button type="primary" @click="btnClick({ value: 'submit' })">提交流程</el-button> 2365 <el-button type="primary" @click="btnClick({ value: 'submit' })">提交流程</el-button>
2365 <div class="btns"> 2366 <div class="btns">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!