From 13a60da2424da8cd50e52e35e0126e23e34ea6f3 Mon Sep 17 00:00:00 2001
From: zhuo <2089219845@qq.com>
Date: 星期日, 16 三月 2025 15:58:25 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev

---
 src/views/business/inspectionReview/index.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/business/inspectionReview/index.vue b/src/views/business/inspectionReview/index.vue
index a2f5cfb..4af1036 100644
--- a/src/views/business/inspectionReview/index.vue
+++ b/src/views/business/inspectionReview/index.vue
@@ -47,7 +47,6 @@
 
 <script>
 import { getYearAndMonthAndDays } from "@/utils/date";
-// import ShowInfo from "../do/b1-material-ins-order/showInfo.vue";
 import onlyoffice from "@/components/Onlyoffice/onlyoffice.vue";
 import limsTable from "@/components/Table/lims-table.vue";
 import { selectInsOrderPlanList, selectUserCondition } from "@/api/business/inspectionTask";
@@ -56,11 +55,11 @@
 import filePreview from "@/components/Preview/filePreview.vue";
 
 export default {
+  name: 'InspectionReview',
   components: {
     filePreview,
     onlyoffice,
     limsTable,
-    // ShowInfo,
   },
   dicts: ["urgency_level", "inspection_task_state"],
   computed: {
@@ -252,6 +251,9 @@
   mounted() {
     this.refreshTable()
   },
+  activated() {
+    this.refreshTable()
+  },
   methods: {
     refreshTable() {
       this.tableLoading = true;

--
Gitblit v1.9.3