|
@@ -103,7 +103,7 @@ export function graphElementSearch(params){
|
|
}
|
|
}
|
|
// 图例搜索(提取用)
|
|
// 图例搜索(提取用)
|
|
export function graphElementQuery(params){
|
|
export function graphElementQuery(params){
|
|
- return httputils.postJson(`${testApi}/graphElement/query`, params)
|
|
|
|
|
|
+ return httputils.postJson(`${testApi}/graphElement/search`, params)
|
|
}
|
|
}
|
|
//草稿箱原理图删除
|
|
//草稿箱原理图删除
|
|
export function deleteByCategory(params){
|
|
export function deleteByCategory(params){
|