Commit 8abfd273 by 蒋勇

d

parent c28700b1
...@@ -146,8 +146,8 @@ module.exports= ...@@ -146,8 +146,8 @@ module.exports=
}, },
methods:{ methods:{
onselchange(prop,formModel,target,ctlVisable){ onselchange(prop,formModel,target,ctls){
this.$emit("onselchange",prop,formModel,target,ctlVisable); this.$emit("onselchange",prop,formModel,target,ctls);
}, },
btnctlfunc:function(row,btn){ btnctlfunc:function(row,btn){
if(row.isSystem){ if(row.isSystem){
......
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