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 }}
-
-
-
-
-
-
-
-
-
-
-
- 搜索
- 重置
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{
- scope.row.resultDictType == ResultType1.dictCode
- ? ResultType1.dictLabel
- : ""
- }}{{
- scope.row.resultDictType == ResultType2.dictCode
- ? ResultType2.dictLabel
- : ""
- }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{
- 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 = "";