|
|
@@ -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) => {
|