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/expertFeeCheck/index.vue | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/src/views/project/fundcheck/expertFeeCheck/index.vue b/src/views/project/fundcheck/expertFeeCheck/index.vue
index 3685dbf..264798d 100644
--- a/src/views/project/fundcheck/expertFeeCheck/index.vue
+++ b/src/views/project/fundcheck/expertFeeCheck/index.vue
@@ -424,6 +424,8 @@
} from "@/api/project/donatebaseinfo";
import Li_area_select from "@/components/Address";
import OrgSelecter from "@/views/project/components/orgselect";
+import { setItem,grtItem,removeItem } from '@/utils/storage.js';
+
export default {
components: {
@@ -599,14 +601,18 @@
watch: {},
created() {
//this.getBaseInfoList();
- this.getlistbypower();
//this.resetForm();
this.getCurFundType();
this.getUsermsg();
},
mounted() {
+ if (grtItem("expertFeeCheck")) {
+ this.queryParams = grtItem("expertFeeCheck");
+ };
this.selectReporters();
this.getlistOrganization();
+ this.getlistbypower();
+
//this.getlistUser();
this.getlistExternalperson();
},
@@ -638,6 +644,8 @@
this.loading = true;
listbypower(this.queryParams).then((res) => {
console.log("鏍规嵁鏉冮檺鏄剧ず鍒楄〃", res);
+ removeItem("expertFeeCheck");
+ setItem("expertFeeCheck", this.queryParams);
this.loading = false;
let list = res.rows;
let arr = [];
--
Gitblit v1.9.3