From 326cdff899f5d6451bb1981eeda629a88bfe9e75 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 17 Jan 2022 17:42:01 +0800
Subject: [PATCH] 报名列表修改,考试成绩修改,成绩申请修改修改
---
src/views/trainApply/index.vue | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/src/views/trainApply/index.vue b/src/views/trainApply/index.vue
index 221b1a2..7230bf3 100644
--- a/src/views/trainApply/index.vue
+++ b/src/views/trainApply/index.vue
@@ -316,7 +316,6 @@
search: true,
hide: true,
searchSpan: 4,
- searchValue: 1,
dicData: [
{
label: "全部",
@@ -495,7 +494,6 @@
type: "select",
searchSpan: 4,
prop: "auditStatus",
- searchValue: 4,
dicData: [
{
label: "全部",
@@ -532,7 +530,6 @@
type: "select",
searchSpan: 4,
prop: "isExam",
- searchValue: 1,
dicData: [
{
label: "全部",
@@ -642,9 +639,9 @@
"/api/blade-system/dept/lazy-tree-user?parentId=" +
this.userInfo.dept_id;
}
- this.questionBankSearch["cancel"] = 1;
- this.questionBankSearch["auditStatus"] = 0;
- this.questionBankSearch["isExam"] = 1;
+ // this.questionBankSearch["cancel"] = 1;
+ // this.questionBankSearch["auditStatus"] = 0;
+ // this.questionBankSearch["isExam"] = 1;
},
mounted() {
var flag = false,
--
Gitblit v1.9.3