11
WXL
2023-09-20 863c5a26cb1f065bf24a8f28e5641242fdb95644
src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue
@@ -63,10 +63,18 @@
            </el-select>
          </el-form-item>
        </el-col>
        <!-- <el-col :span="6">
          <el-button type="primary" icon="el-icon-search" size="mini" @click="flowconclusion">搜索</el-button>
          <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
        </el-col> -->
        <el-col :span="6">
          <el-button
            type="primary"
            icon="el-icon-search"
            size="mini"
            @click="flowconclusion"
            >搜索</el-button
          >
          <el-button icon="el-icon-refresh" size="mini" @click="resetQuery"
            >重置</el-button
          >
        </el-col>
      </el-row>
    </el-form>
    <el-form ref="infoform" label-width="100px">
@@ -703,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: {
@@ -904,6 +914,9 @@
    this.getUsermsg();
  },
  mounted() {
    if (grtItem("ethicalExpertFeeCheck")) {
      this.queryParams = grtItem("ethicalExpertFeeCheck");
    };
    this.selectReporters();
    this.getlistOrganization();
    //this.getlistUser();
@@ -920,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;