Explorar el Código

更新框架 1/19

zhangyun hace 4 años
padre
commit
d4a6556be4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      minggao/src/page/forecasting/cbd/PestsStats.vue

+ 2 - 2
minggao/src/page/forecasting/cbd/PestsStats.vue

@@ -2232,7 +2232,7 @@ export default {
         that
           .$axios({
             method: "post",
-            url: "/api/api_gateway?method=pest.pests.pests_search",
+            url: "/api/api_gateway?method=monitor_manage.cbd_manage.cbd_pests_search",
             data: postData,
           })
           .then((res) => {
@@ -2266,7 +2266,7 @@ export default {
       that
         .$axios({
           method: "post",
-          url: "api/api_gateway?method=pest.pests.pests_info",
+          url: "api/api_gateway?method=monitor_manage.cbd_manage.cbd_pests_info",
           data: postData,
         })
         .then((res) => {