From 863c5a26cb1f065bf24a8f28e5641242fdb95644 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 20 九月 2023 16:11:30 +0800
Subject: [PATCH] 11

---
 src/views/project/fundcheck/medicalCostCheck/index.vue |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/views/project/fundcheck/medicalCostCheck/index.vue b/src/views/project/fundcheck/medicalCostCheck/index.vue
index e48da6a..8792ddd 100644
--- a/src/views/project/fundcheck/medicalCostCheck/index.vue
+++ b/src/views/project/fundcheck/medicalCostCheck/index.vue
@@ -891,6 +891,8 @@
 import OrgSelecter from "@/views/project/components/orgselect";
 import { getUserProfile } from "@/api/system/user";
 import { getToken } from "@/utils/auth";
+import { setItem,grtItem,removeItem } from '@/utils/storage.js';
+
 
 export default {
   components: {
@@ -1080,6 +1082,9 @@
     this.getUsermsg();
   },
   mounted() {
+    if (grtItem("medicalCostCheck")) {
+      this.queryParams = grtItem("medicalCostCheck");
+    };
     this.selectReporters();
     this.getlistOrganization();
     //his.getlistUser();
@@ -1094,6 +1099,8 @@
       this.loading = true;
       // this.queryParams.params = {};
       listbypower(this.queryParams).then(res => {
+        removeItem("medicalCostCheck");
+        setItem("medicalCostCheck", this.queryParams);
         this.loading = false;
         let list = res.rows;
         let arr = [];

--
Gitblit v1.9.3