Commit 4141f56a by liaoxing

ccttra修改

parent 73fcdcb6
......@@ -11,7 +11,7 @@
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="tabClick">
<el-tab-pane label="业务信息" name="ovwp">
<c-content>
<m-ovwp :model="model" :codes="codes"/>
......@@ -158,12 +158,12 @@ export default {
};
},
methods: {
myTabClick(tab) {
// myTabClick(tab) {
// this.tabClick(tab);
/**
* do it yourself
**/
},
// },
buildAdvrol(data){
// var result = [];
// for(let i = 0; i < data.length; i++){
......
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