Browse Source

雷达图提交

callm 1 year ago
parent
commit
991e7d16eb

+ 2 - 2
src/components/dipechart/bottom/bottomRightChart/index.vue

@@ -100,9 +100,9 @@ export default {
                       }
               );
        //雷达图:
-      var caller2 = 'RadiusBadDuty';
+      var caller2 = 'RadiusBadDutyDIP';
       if (sessionStorage.getItem('li_code') == '所有'){
-        caller2 = 'RadiusBadDuty!ALL';
+        caller2 = 'RadiusBadDutyDIP!ALL';
       }
       await this.$http.get("kanban/datalist.action?caller="+caller2+"&_noc=1&page=1&pageSize=100&condition=1=1")
               .then((result)=>{

+ 2 - 2
src/components/djechart/bottom/bottomRightChart/index.vue

@@ -100,9 +100,9 @@ export default {
                       }
               );
        //雷达图:
-      var caller2 = 'RadiusBadDuty';
+      var caller2 = 'RadiusBadDutyDJ';
       if (sessionStorage.getItem('li_code') == '所有'){
-        caller2 = 'RadiusBadDuty!ALL';
+        caller2 = 'RadiusBadDutyDJ!ALL';
       }
       await this.$http.get("kanban/datalist.action?caller="+caller2+"&_noc=1&page=1&pageSize=100&condition=1=1")
               .then((result)=>{

+ 2 - 2
src/components/dplechart/bottom/bottomRightChart/index.vue

@@ -100,9 +100,9 @@ export default {
                       }
               );
        //雷达图:
-      var caller2 = 'DPL!RadiusBadDuty';
+      var caller2 = 'RadiusBadDutyDPL';
       if (sessionStorage.getItem('li_code') == '所有'){
-        caller2 = 'DPL!RadiusBadDuty!ALL';
+        caller2 = 'RadiusBadDutyDPL!ALL';
       }
       await this.$http.get("kanban/datalist.action?caller="+caller2+"&_noc=1&page=1&pageSize=100",{
         params: {

+ 2 - 2
src/components/packageechart/bottom/bottomRightChart/index.vue

@@ -100,9 +100,9 @@ export default {
                       }
               );
        //雷达图:
-      var caller2 = 'RadiusBadDuty';
+      var caller2 = 'RadiusBadDutyBZ';
       if (sessionStorage.getItem('li_code') == '所有'){
-        caller2 = 'RadiusBadDuty!ALL';
+        caller2 = 'RadiusBadDutyBZ!ALL';
       }
       await this.$http.get("kanban/datalist.action?caller="+caller2+"&_noc=1&page=1&pageSize=100",
               {

+ 2 - 2
src/components/totalchart/bottom/bottomRightChart/index.vue

@@ -91,9 +91,9 @@ export default {
                       }
               );
        //雷达图:
-      var caller2 = 'RadiusBadDuty';
+      var caller2 = 'RadiusBadDutyTotal';
       if (sessionStorage.getItem('li_code') == '所有'){
-        caller2 = 'RadiusBadDuty!ALL';
+        caller2 = 'RadiusBadDutyTotal!ALL';
       }
       await this.$http.get("kanban/datalist.action?caller="+caller2+"&_noc=1&page=1&pageSize=100",
               {