文件名从 src/views/CNAS/process/ensureResultsValidity/index.vue 修改 |
| | |
| | | </div> |
| | | </div> |
| | | <lims-table :tableData="yearTableData" :column="yearColumnData" :page="yearPage" :tableLoading="yearLoading" |
| | | height="40vh" @pagination="pagination" |
| | | height="40vh" @pagination="pagination" :rowClick="rowClick" |
| | | key="yearTableData"></lims-table> |
| | | </div> |
| | | <div style="margin-top: 20px"> |
| | |
| | | examineQualityMonitor, exportQualityMonitorDetail, exportQualityMonitorEvaluate, exportQualityMonitorRatify, |
| | | pageQualityMonitor, pageQualityMonitorDetail, ratifyFinishReport, |
| | | ratifyQualityMonitor |
| | | } from "@/api/cnas/process/ensureResultsValidity/qualityMonitor"; |
| | | } from "@/api/cnas/process/ensureResults/qualityMonitor"; |
| | | import {selectUserCondition} from "@/api/performance/class"; |
| | | import {mapGetters} from "vuex"; |
| | | |
| | |
| | | this.uploading = false; |
| | | if (response.code == 200) { |
| | | this.$message.success('涓婁紶鎴愬姛'); |
| | | this.timer = setTimeout(() => { |
| | | this.uploadDia = false |
| | | this.fileList = [] |
| | | this.planYear = '' |
| | | this.examineUserId = '' |
| | | this.getYearPlanList() |
| | | }, 1000) |
| | | } else { |
| | | this.$message.error(response.msg) |
| | | } |
| | |
| | | return; |
| | | } |
| | | this.$refs.upload.submit(); |
| | | this.timer = setTimeout(() => { |
| | | this.uploadDia = false |
| | | this.fileList = [] |
| | | this.planYear = '' |
| | | this.examineUserId = '' |
| | | this.getYearPlanList() |
| | | }, 1000) |
| | | }, |
| | | // end |
| | | // 瀹℃牳 |