5.6重庆bug修改

This commit is contained in:
FrancisHu 2024-05-06 17:59:27 +08:00
parent b9f7bd4c2e
commit fe81e77526
3 changed files with 574 additions and 573 deletions

View File

@ -248,7 +248,7 @@ import { basePath } from '../../public'
} else {
that.modalList.directAuditRemark = that.rejectReason
console.log(that.modalList);
that.rejectExam(that.modalList.id)
that.rejectExam(that.modalList.id, that.modalList.directAuditRemark)
}
},
closePopup () {
@ -257,11 +257,12 @@ import { basePath } from '../../public'
closePopup1 () {
this.$refs.popup1.close()
},
seeExam (id) {
seeExam (id, directAuditRemark) {
let that = this
//
that.$api.exitExam.subExitExam({
id
id,
directAuditRemark
}).then(res => {
console.log(res);
if (res.data.code == 200) {
@ -288,7 +289,7 @@ import { basePath } from '../../public'
console.log(err);
})
},
rejectExam () {
rejectExam (id) {
let that = this
//
that.$api.exitExam.rejectExitExam({

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long