瀏覽代碼

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

chenzhenguo 3 年之前
父節點
當前提交
c53903c9a3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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]);