From 4f4c67a55d0c5dde55a2b32e2975f86b87bc139e Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 21 五月 2026 13:23:20 +0800
Subject: [PATCH] fix: 恢复删除的部分接口
---
src/views/safeProduction/safetyTrainingAssessment/detail.vue | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/views/safeProduction/safetyTrainingAssessment/detail.vue b/src/views/safeProduction/safetyTrainingAssessment/detail.vue
index 9796980..9e3af6b 100644
--- a/src/views/safeProduction/safetyTrainingAssessment/detail.vue
+++ b/src/views/safeProduction/safetyTrainingAssessment/detail.vue
@@ -111,8 +111,6 @@
<script setup>
import { onMounted, ref } from "vue";
- import { invoiceLedgerSalesAccount } from "@/api/salesManagement/invoiceLedger.js";
- import { customerInteractions } from "@/api/salesManagement/receiptPayment.js";
import Pagination from "@/components/PIMTable/Pagination.vue";
import {
safeTrainingDetailListPage,
--
Gitblit v1.9.3