zouyu
2026-05-07 b0d4df5f39525ae7fe252e8ee65d85fd71dca721
src/views/CNAS/process/ensureResults/ensureResultsValidity/components/ViewRecord.vue
@@ -5,7 +5,7 @@
        <el-upload ref='upload'
                   :action="fileAction"
                   :auto-upload="true"
                   :before-upload="fileBeforeUpload" :data="{detailsEvaluateId: info.detailsEvaluateId}"
                   :before-upload="fileBeforeUpload" :data="{qualityMonitorDetailsId: info.qualityMonitorDetailsId}"
                   :headers="uploadHeader" :on-error="onError"
                   :on-success="handleSuccessUp"
                   :show-file-list="false"
@@ -15,7 +15,7 @@
      </div>
      <div>
        <lims-table :tableData="tableData" :column="columnData" :tableLoading="tableLoading"
                    :height="'calc(100vh - 270px)'" key="tableData"></lims-table>
                    :height="150" key="tableData"></lims-table>
      </div>
    </el-dialog>
    <el-dialog
@@ -101,7 +101,7 @@
    // 查询附件列表
    searchTableList () {
      this.tableLoading = true
      getEvaluateFileList({detailsEvaluateId:this.info.detailsEvaluateId}).then(res => {
      getEvaluateFileList({qualityMonitorDetailsId:this.info.qualityMonitorDetailsId}).then(res => {
        this.tableLoading = false
        if (res.code === 200){
          this.tableData = res.data