tianwu.sun преди 8 месеца
родител
ревизия
8591154e73
променени са 3 файла, в които са добавени 1409 реда и са изтрити 2522 реда
  1. 1395 439
      log/cic-data-reportin.out
  2. 0 2079
      log/cic-data-reportin.out.2024-07-24.log
  3. 14 4
      src/main/resources/static/js/demo/echarts-demo.js

Файловите разлики са ограничени, защото са твърде много
+ 1395 - 439
log/cic-data-reportin.out


Файловите разлики са ограничени, защото са твърде много
+ 0 - 2079
log/cic-data-reportin.out.2024-07-24.log


+ 14 - 4
src/main/resources/static/js/demo/echarts-demo.js

@@ -6,7 +6,17 @@ $(function () {
     /**
      * 加载地图chart
      */
-    mapChart();
+    $.ajax({
+        url: '/common/dict/getSysProvince',
+        success: function (data) {
+            //加载数据
+            data = data.replace("省","");
+            data = data.replace("市","");
+            mapChart(data);
+
+        }
+    });
+
 
     /**
      * 加载上传趋势图
@@ -512,7 +522,7 @@ function trendLineChart(dateArray) {
 /**
  * 地图chart
  */
-function mapChart() {
+function mapChart(province) {
     $.ajax({
         method: 'get', // 服务器数据的请求方式 get or post
         data: {},
@@ -597,7 +607,7 @@ function mapChart() {
                     {
                         name: '重要数据',
                         type: 'map',
-                        mapType: '四川',
+                        mapType: province,
                         roam: false,
                         itemStyle: {
                             normal: {label: {show: true}},
@@ -608,7 +618,7 @@ function mapChart() {
                     {
                         name: '核心数据',
                         type: 'map',
-                        mapType: '四川',
+                        mapType: province,
                         roam: false,
                         itemStyle: {
                             normal: {label: {show: true}},