权利性质校验完善
Showing
1 changed file
with
3 additions
and
3 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 | if(i.qlxzdm != '' &&i.qlxzdm != null){ | ||
719 | this.$refs.qlxzdm[ind].$el.style.border="" | ||
720 | } | ||
718 | i.list.forEach((item,index)=>{ | 721 | i.list.forEach((item,index)=>{ |
719 | if(item.qlxzdm != '' &&item.qlxzdm != null){ | ||
720 | this.$refs.qlxzdm[ind].$el.style.border="" | ||
721 | } | ||
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