Browse Source

接口修改

lkk 9 months ago
parent
commit
0b275c78fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/zt/ztApi.js

+ 1 - 1
src/api/zt/ztApi.js

@@ -451,7 +451,7 @@ export function getZdBcbzList(query) {
 // 征地  补偿标准 getbyid
 export function getZdBcbzById(id) {
   return request({
-    url: "/model/zdbcbz/getInfo/" + id,
+    url: "/model/zdbcbz/" + id,
     method: "get",
   });
 }