|
@@ -723,9 +723,11 @@ export default {
|
|
}
|
|
}
|
|
this.tableLoading = true;
|
|
this.tableLoading = true;
|
|
var params = JSON.parse(JSON.stringify(this.form));
|
|
var params = JSON.parse(JSON.stringify(this.form));
|
|
- if (!this.currentPagePrivileges.INVIGILATE_AUDIT_STATUS) {
|
|
|
|
- params.status = "UN_PASS";
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
|
|
+ // if (!this.currentPagePrivileges.INVIGILATE_AUDIT_STATUS) {
|
|
|
|
+ // params.status = "UN_PASS";
|
|
|
|
+ // }
|
|
|
|
+
|
|
this.$http
|
|
this.$http
|
|
.post("/api/ecs_oe_admin/exam/audit/list", params)
|
|
.post("/api/ecs_oe_admin/exam/audit/list", params)
|
|
.then((response) => {
|
|
.then((response) => {
|