From 7219bdfe8b9531537ed814fdee29cd812ffc8a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Fri, 26 Aug 2022 11:41:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=98=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/physique/index.vue | 38 ++- .../system/testItemCountryScore/index.vue | 4 + src/views/system/testItemScore/index.vue | 257 +----------------- 3 files changed, 38 insertions(+), 261 deletions(-) diff --git a/src/views/system/physique/index.vue b/src/views/system/physique/index.vue index 8010a6d..e481797 100644 --- a/src/views/system/physique/index.vue +++ b/src/views/system/physique/index.vue @@ -268,7 +268,7 @@
- +
- -
项目名称: +
+ 项目名称: - - {{ testname }} - - {{ testname }} - - - - - - - - - - - - 搜索 - 重置 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - { - this.testItemss = res.rows; - this.total4 = res.total; - this.loading = false; - }); //获取幼儿园list listKindergartenInfo(this.kqueryParams).then((response) => { this.kindergartenList = response.rows; @@ -1793,7 +1556,6 @@ export default { this.kindergartenId = ""; this.xmname = "请选择所属班级"; this.stname = "请选择学生姓名"; - this.testname = "请选择测试项目名称"; this.itemNumbername = "请选择批次编号"; this.itemId2 = ""; this.itemId3 = ""; @@ -1875,16 +1637,6 @@ export default { this.getList(); }); }, - // 测试项目 - handleQuery4() { - this.queryParams4.pageNum = 1; - testItems(this.queryParams).then((response) => { - this.testItems = response.rows; - this.total = response.total; - this.loading = false; - this.getList(); - }); - }, // 批次编号 handleQuery5() { this.queryParams5.pageNum = 1; @@ -1926,10 +1678,6 @@ export default { this.reset(); const id = row.id || this.ids; getTestItemScore(id).then((response) => { - // this.xmname = row.className; - // this.stname = row.studentName; - // this.testname=row.itemName; - // this.itemNumbername = row.batchCode; if (response.data.itemScore == "" || response.data.itemScore == null) { response.data.dictvalue = "text"; } else if ( @@ -1964,7 +1712,6 @@ export default { this.getList(); this.xmname = "请选择所属班级"; this.stname = "请选择学生姓名"; - this.testname = "请选择测试项目名称"; this.itemNumbername = "请选择批次编号"; this.itemId2 = ""; this.itemId3 = "";