已修改2个文件
10 ■■■■ 文件已修改
src/views/experiment/nonConformingFeedback/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/experiment/reportAuditing/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/experiment/nonConformingFeedback/index.vue
@@ -59,7 +59,7 @@
          </el-table-column>
          <el-table-column label="操作" min-width="8%">
            <template slot-scope="scope">
              <el-button type="text" size="small">操作</el-button>
              <el-button type="text" size="small">推送</el-button>
              <el-button type="text" size="small">作废</el-button>
            </template>
          </el-table-column>
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);