Commit be517fb9 by WH

fix:修复控制台报错

parent 0c70c1dc
<template> <template>
<div class="eContainer"> <div class="eContainer">
<el-form <el-form
:model="model" :model="model"
:rules="rules" :rules="rules"
ref="modelForm" ref="modelForm"
label-width="120px" label-width="120px"
label-position="left" label-position="left"
size="small" size="small"
:validate-on-rule-change="false" :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">
<c-content> <c-content>
<m-infsea :model="model" :codes="codes" ref="infsea" /> <m-infsea :model="model" :codes="codes" ref="infsea"/>
</c-content> </c-content>
<c-grid-ety-prompt-dialog <!-- <c-grid-ety-prompt-dialog-->
ref="etyDialog" <!-- ref="etyDialog"-->
:promptData="promptData" <!-- :promptData="promptData"-->
> <!-- >-->
</c-grid-ety-prompt-dialog> <!-- </c-grid-ety-prompt-dialog>-->
</c-tabs> </c-tabs>
</el-form> </el-form>
</div> </div>
...@@ -51,14 +51,15 @@ export default { ...@@ -51,14 +51,15 @@ export default {
}; };
}, },
methods: {}, methods: {},
created: async function () {}, created: async function () {
},
// methods: { // methods: {
// myTabClick(tab) { // myTabClick(tab) {
// this.tabClick(tab); // this.tabClick(tab);
// /** // /**
// * do it yourself // * do it yourself
// **/ // **/
// }, // },
// }, // },
// created: async function () { // created: async function () {
// console.log("进入infccd交易"); // console.log("进入infccd交易");
......
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