Commit a7889819 by zenghuan

错误修改

parent 87811a33
......@@ -10,7 +10,7 @@
:validate-on-rule-change="false"
>
<c-content>
<m-mainp :model="model" :codes="codes" ref="mainp"/>
<m-Mainpl :model="model" :codes="codes" ref="Mainpl"/>
</c-content>
</el-form>
</div>
......@@ -20,13 +20,13 @@
import CodeTable from "~/config/CodeTable";
import Ctmsel from "../model";
import event from "../event"
import Mainp from "./Mainp.vue"
import Mainpl from "./Mainpl.vue"
export default {
name: "Ctmsel",
components:{
"m-mainp" : Mainp,
"m-Mainpl" : Mainpl,
},
provide() {
......@@ -37,7 +37,7 @@
mixins: [event], // 里面包含了Default、Check等的公共处理
data(){
return {
tabVal: "mainp",
tabVal: "Mainpl",
trnName: "ctmsel",
model: new Ctmsel().data,
rules: null,
......
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