Commit 47675db5 by Wuyuqiu

Fctcan修改入口

parent f2089813
<template>
<div class="eContainer">
<c-page title="保证金注销">
<div class="eContainer">
<el-form :model="model" :rules="rules" ref="modelForm" label-width="120px" label-position="right" size="small" :validate-on-rule-change="false">
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
......@@ -42,8 +43,9 @@
v-on:select-ety="selectEty"
>
</c-grid-ety-prompt-dialog>
</div>
</c-page>
</div>
</template>
<script>
import Api from "~/service/Api"
......
......@@ -468,8 +468,8 @@
class="medium_bcs"
size="medium"
type="primary"
@click="toFctcan"
>证金撤销
@click="toConres"
>留参考号
</c-button>
</el-col>
......@@ -715,9 +715,9 @@ export default {
toGetopn() {
this.$router.history.push("/business/getopn");
},
toFctcan() {
this.$router.history.push("/business/Fctcan");
},
toConres(){
this.$router.history.push("/business/Conres");
}
// handleReset: function () {
// this.model = {
// instNo: "",
......
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