Commit a7889819 by zenghuan

错误修改

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