소스 검색

修改

master
sunfengxiang 3 년 전
부모
커밋
ad15aec8e8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      static/js/project/index.js

+ 1
- 1
static/js/project/index.js 파일 보기

@@ -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;


불러오는 중...
취소
저장