11
WXL
2023-09-20 863c5a26cb1f065bf24a8f28e5641242fdb95644
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 = [];