Commit e50af0a1 by 蒋勇

d

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