Explorar o código

解决重点银行标签未显示的问题

chenzhenguo %!s(int64=3) %!d(string=hai) anos
pai
achega
c53903c9a3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dgtis-ui/src/views/system/userInfo/index.vue

+ 1 - 1
dgtis-ui/src/views/system/userInfo/index.vue

@@ -248,7 +248,7 @@ export default {
       labelAll(){
           var that = this;
           that.tagsData = [];
-          for(var i=0;i<120;i++){
+          for(var i=0;i<=120;i++){
             var label = 'label'+i;
             if(that.custInfo[label] && that.custInfo[label] != ""){
               that.tagsData.push(that.custInfo[label]);