|
@@ -102,7 +102,6 @@
|
|
|
<el-button
|
|
|
v-if="checkPrivilege('button', 'ExamTaskStudentObject')"
|
|
|
type="primary"
|
|
|
- :disabled="studentUploaded && !!tableData.length"
|
|
|
@click="toAdd"
|
|
|
>新增考试对象</el-button
|
|
|
>
|
|
@@ -581,10 +580,6 @@ export default {
|
|
|
}
|
|
|
return;
|
|
|
}
|
|
|
- if (this.studentUploaded) {
|
|
|
- this.tableData = [];
|
|
|
- this.studentUploaded = false;
|
|
|
- }
|
|
|
|
|
|
this.updateTableData(selectedStudents);
|
|
|
|