From fab4d7d62b2039ab8660649d26a8c6f8f32193b5 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 11 一月 2024 17:41:11 +0800
Subject: [PATCH] 1. 初步完成评估任务整体逻辑; 2. 新增评估记录下载功能(待完善)

---
 src/views/baseinfo/fysp/scene/CompSceneConstructionInfo.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/baseinfo/fysp/scene/CompSceneConstructionInfo.vue b/src/views/baseinfo/fysp/scene/CompSceneConstructionInfo.vue
index ef5304d..2eae0ba 100644
--- a/src/views/baseinfo/fysp/scene/CompSceneConstructionInfo.vue
+++ b/src/views/baseinfo/fysp/scene/CompSceneConstructionInfo.vue
@@ -167,7 +167,7 @@
 import { defineProps, defineEmits, reactive, ref, watch } from 'vue';
 import { useDateFormat } from '@vueuse/core';
 import { enumStatusNA, enumStageNA } from '@/enum/construction';
-import sceneApi from '@/api/sceneApi';
+import sceneApi from '@/api/fysp/sceneApi';
 import { useFormConfirm } from '@/composables/formConfirm';
 
 const props = defineProps({

--
Gitblit v1.9.3