| | |
| | | import ViewRecord from './ViewRecord.vue'; |
| | | import { |
| | | addMonitorEvaluateOpinion, addQualityMonitorEvaluate, |
| | | getQualityMonitorEvaluate, selectUserDepartmentLimsName |
| | | getQualityMonitorEvaluate |
| | | } from "@/api/cnas/process/ensureResultsValidity/qualityMonitor"; |
| | | import {selectUserCondition} from "@/api/business/inspectionTask"; |
| | | import {selectUserDepartmentLimsName} from "@/api/system/user"; |
| | | |
| | | export default { |
| | | name: 'evaluateDialog', |
| | |
| | | // 提交 |
| | | handleEdit () { |
| | | if (this.currentStep === 2) { |
| | | this.editLoad = true |
| | | addMonitorEvaluateOpinion(this.form).then(res => { |
| | | this.editLoad = false |
| | | this.$message.success('操作成功') |
| | |
| | | return |
| | | } |
| | | } |
| | | this.editLoad = true |
| | | addQualityMonitorEvaluate(this.form).then(res => { |
| | | this.editLoad = false |
| | | this.$message.success('操作成功') |