Commit 38545f1c authored by 张俊's avatar 张俊

审批信息

parent a013183d
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
</el-form-item> </el-form-item>
<el-form-item class="btnsty"> <el-form-item class="btnsty">
<el-button @click="onSubmit('form')" class="right">提交</el-button> <el-button @click="onSubmit('form')" class="right">提交</el-button>
<el-button class="right">取消</el-button> <el-button class="right" @click="backpage">取消</el-button>
</el-form-item> </el-form-item>
</el-form> </el-form>
</div> </div>
...@@ -309,6 +309,9 @@ export default { ...@@ -309,6 +309,9 @@ export default {
} }
}); });
}, },
backpage(){
this.$router.back(-1)
},
set_approval(){ set_approval(){
this.$http.post('/apaas/service/v3/service/approval/applied/approval',{ this.$http.post('/apaas/service/v3/service/approval/applied/approval',{
apply_id:this.id, apply_id:this.id,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment