lining 3 years ago
parent
commit
49e41e4262
2 changed files with 8 additions and 8 deletions
  1. 7 7
      src/api/economic/index.js
  2. 1 1
      src/views/Decision/Decision1Mx.vue

+ 7 - 7
src/api/economic/index.js

@@ -52,12 +52,12 @@ const benchmarkingWplist1 = (data) => {
     });
     });
 };
 };
 
 
-const benchmarkingLineList1 = (data) => {
-    return request({
-        url: `/consumer/benchmarking/lineList?month=${data.projects}`,
-        method: "get",
-    });
-};
+// const benchmarkingLineList1 = (data) => {
+//     return request({
+//         url: `/consumer/benchmarking/lineList?month=${data.projects}`,
+//         method: "get",
+//     });
+// };
 //五项损失率
 //五项损失率
 const benchmarkingDetails = (data) => {
 const benchmarkingDetails = (data) => {
     return request({
     return request({
@@ -482,7 +482,7 @@ export default {
     benchmarkingDbmaintop,
     benchmarkingDbmaintop,
     targetdataJnjpkpi,
     targetdataJnjpkpi,
     benchmarkingWplist1,
     benchmarkingWplist1,
-    benchmarkingLineList1,
+    // benchmarkingLineList1,
     benchmarkingDetails,
     benchmarkingDetails,
     benchmarkingWplist2,
     benchmarkingWplist2,
     benchmarkingWxssl,
     benchmarkingWxssl,

+ 1 - 1
src/views/Decision/Decision1Mx.vue

@@ -536,7 +536,7 @@
       this.XianLuVal(val);
       this.XianLuVal(val);
     },
     },
     XianLuVal(val) {
     XianLuVal(val) {
-		api.benchmarkingLineList1({
+		api.benchmarkingLineList({
         projects: val,
         projects: val,
       }).then((res) => {
       }).then((res) => {
         this.XianLu = res.data;
         this.XianLu = res.data;