11
WXL
2023-09-20 863c5a26cb1f065bf24a8f28e5641242fdb95644
src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue
@@ -711,6 +711,8 @@
import Li_area_select from "@/components/Address";
import OrgSelecter from "@/views/project/components/orgselect";
import { getUserProfile } from "@/api/system/user";
// 导入本地存储的方法
import { setItem, grtItem, removeItem } from "@/utils/storage.js";
export default {
  components: {
@@ -912,6 +914,9 @@
    this.getUsermsg();
  },
  mounted() {
    if (grtItem("ethicalExpertFeeCheck")) {
      this.queryParams = grtItem("ethicalExpertFeeCheck");
    };
    this.selectReporters();
    this.getlistOrganization();
    //this.getlistUser();
@@ -928,6 +933,8 @@
    getlistbypower() {
      this.loading = true;
      listbypower(this.queryParams).then(res => {
        removeItem("ethicalExpertFeeCheck");
        setItem("ethicalExpertFeeCheck", this.queryParams);
        //console.log("根据权限显示列表", res);
        this.loading = false;
        let list = res.rows;