From da614b00cc2b6721a6deadeb51f278d5a17f732e Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 04 三月 2025 09:56:38 +0800
Subject: [PATCH] Merge branch 'dev' of http://114.132.189.42:9002/r/lims-ruoyi-before into dev
---
src/views/business/inspectionTask/index.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/business/inspectionTask/index.vue b/src/views/business/inspectionTask/index.vue
index 521864b..47597ee 100644
--- a/src/views/business/inspectionTask/index.vue
+++ b/src/views/business/inspectionTask/index.vue
@@ -573,11 +573,13 @@
this.inspectionTaskState = this.dictToValue(response.data);
});
this.refreshTable();
-
},
mounted() {
this.queryParams.userId = this.userId;
},
+ activated() {
+ this.refreshTable();
+ },
methods: {
getList() {
this.tableLoading = true;
--
Gitblit v1.9.3