|
@@ -165,14 +165,6 @@
|
|
|
@click="bachBackRefresh"
|
|
|
>打回
|
|
|
</el-button>
|
|
|
- <el-button
|
|
|
- type="danger"
|
|
|
- icon="el-icon-arrow-left"
|
|
|
- size="mini"
|
|
|
- :disabled="noBatchSelected"
|
|
|
- @click="openBatchAudit"
|
|
|
- >违纪审核
|
|
|
- </el-button>
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
size="mini"
|
|
@@ -267,6 +259,7 @@
|
|
|
>打回</el-button
|
|
|
>
|
|
|
<el-button
|
|
|
+ v-if="scope.row.examFaceEnable == true"
|
|
|
type="danger"
|
|
|
icon="el-icon-arrow-left"
|
|
|
size="mini"
|
|
@@ -453,15 +446,6 @@ export default {
|
|
|
isPass: false,
|
|
|
};
|
|
|
},
|
|
|
- openBatchAudit() {
|
|
|
- this.dialogFormVisible = true;
|
|
|
- this.auditForm = {
|
|
|
- examRecordDataIds: this.auditForm.examRecordDataIds,
|
|
|
- illegallyTypeId: null,
|
|
|
- disciplineDetail: "",
|
|
|
- isPass: false,
|
|
|
- };
|
|
|
- },
|
|
|
doAudit() {
|
|
|
this.$refs["auditForm"].validate((valid) => {
|
|
|
if (valid) {
|