Commit e50af0a1 by 蒋勇

d

parent 0fe7df93
......@@ -197,7 +197,9 @@ export default {
},
methods: {
ondrawvisable(v) {
if(v){
this.initZIndex = this.initZIndex + 10;
}
},
setFormCtlVisable(prop, isShow) {
this.$refs.edform.setCtlVisable(prop, isShow);
......
......@@ -107,6 +107,7 @@
:modelName="lst['modelName']"
:metaName="lst['bizCode']"
:packageName="lst['packageName']"
:initPropZIndex="200"
></ChildList>
</TabPane>
</Tabs>
......
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