From 865fe880b2ee89fd7ac358fa48da5e9510864aa6 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期四, 16 三月 2023 15:30:43 +0800 Subject: [PATCH] 拾取效果修改,地下模型效果优化 --- src/api/api.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/api/api.js b/src/api/api.js index 5f92795..a674e1a 100644 --- a/src/api/api.js +++ b/src/api/api.js @@ -1069,6 +1069,12 @@ return request.get('/dataQuery/selectByGid', { params: params }); } +//鏁版嵁鏌ヨ=>鏍规嵁瀹炰綋鍚嶆煡璇㈣〃鍚� +export function dataQuery_selectTabByEntity(params) { + return request.get('/dataQuery/selectTabByEntity', { params: params }); +} + + -- Gitblit v1.9.3