Browse Source

修改

master
sunfengxiang 3 years ago
parent
commit
ad15aec8e8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      static/js/project/index.js

+ 1
- 1
static/js/project/index.js View File

@@ -291,7 +291,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
if (data.code == 200) {
var content = data.data ;
var contentList = [];
for (var i = 0 ; i < 5 ; i++){
for (var i = 0 ; i < 5&&i<content.length ; i++){
contentList[i] = content[i];
}
module.data.deptLocationList = contentList;


Loading…
Cancel
Save