Commit 47675db5 by Wuyuqiu

Fctcan修改入口

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