权利性质校验完善
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -715,10 +715,10 @@ export default { | ... | @@ -715,10 +715,10 @@ export default { |
715 | countList: { | 715 | countList: { |
716 | handler : function (newVal, oldVal) { | 716 | handler : function (newVal, oldVal) { |
717 | newVal.forEach((i,ind)=>{ | 717 | newVal.forEach((i,ind)=>{ |
718 | i.list.forEach((item,index)=>{ | 718 | if(i.qlxzdm != '' &&i.qlxzdm != null){ |
719 | if(item.qlxzdm != '' &&item.qlxzdm != null){ | ||
720 | this.$refs.qlxzdm[ind].$el.style.border="" | 719 | this.$refs.qlxzdm[ind].$el.style.border="" |
721 | } | 720 | } |
721 | i.list.forEach((item,index)=>{ | ||
722 | if(item.sjytdm != '' &&item.sjytdm != null){ | 722 | if(item.sjytdm != '' &&item.sjytdm != null){ |
723 | this.$refs.sjytdm[ind].$el.style.border="" | 723 | this.$refs.sjytdm[ind].$el.style.border="" |
724 | } | 724 | } | ... | ... |
-
Please register or sign in to post a comment