From 0cac9e63c68558909f7f99154c17f16f9bfc47fd Mon Sep 17 00:00:00 2001 From: hcong <1050828145@qq.com> Date: 星期三, 20 十一月 2024 17:54:36 +0800 Subject: [PATCH] fixme 子组件初始化时机问题 --- src/api/fysp/sceneApi.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/api/fysp/sceneApi.js b/src/api/fysp/sceneApi.js index 88fec3b..a5159c3 100644 --- a/src/api/fysp/sceneApi.js +++ b/src/api/fysp/sceneApi.js @@ -67,6 +67,14 @@ updateScene(scene) { return $fysp.post('scense', scene).then((res) => res.data); }, + + /** + * 鎵归噺鏇存柊鍦烘櫙 + */ + updateSceneList(sceneList) { + return $fysp.post('scense/update/list', sceneList).then((res) => res.data); + }, + /** * 鑾峰彇鎵�鏈夊満鏅被鍨� */ -- Gitblit v1.9.3