Fixiaobai
2023-09-09 f0855c4d618abe9e456e052ee15051408c458357
src/views/experiment/reportAuditing/index.vue
@@ -24,7 +24,7 @@
            <el-radio-button label="0">待通过</el-radio-button>
            <el-radio-button label="1">通过</el-radio-button>
          </el-radio-group>
          <el-checkbox v-model="checked" style="margin-left: 20px"
          <el-checkbox @change="changeMy" v-model="checked" style="margin-left: 20px"
            >仅看我的</el-checkbox
          >
        </div>
@@ -138,7 +138,7 @@
      checkskipvisible: false,
      form:{},
      formLabelWidth: '120px',
      checked:{},
      checked: false,
      usertt:[],
      Auditconclusion:{},
      tableRow: {},
@@ -151,6 +151,9 @@
    shenHE(s){
      this.tableRow=s
      this.checkskipvisible=true
    },
    changeMy(){
      this.getData()
    },
    // 状态按钮
    handleRadioChange() {
@@ -203,6 +206,7 @@
        pageSize: this.pageSize,
        name: this.input ? this.input : undefined,
        status: this.checkStatus ? this.checkStatus : undefined,
        checked: this.checked
      };
      const { data } = await selectAllReportCheck(params);
      console.log(data);