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