Explorar el Código

修改

master
sunfengxiang hace 3 años
padre
commit
ad15aec8e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      static/js/project/index.js

+ 1
- 1
static/js/project/index.js Ver fichero

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


Cargando…
Cancelar
Guardar