From 36fc7906d2f459f86dadd9613710d9cabf5c3a7e Mon Sep 17 00:00:00 2001 From: wws <18630710203@163.com> Date: Tue, 28 Nov 2023 17:41:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=9F=A5=E9=A1=B9(=E9=83=A8=E4=BD=8D)?= =?UTF-8?q?+=E5=B7=A5=E5=85=B7=E6=96=B9=E6=B3=95=E6=8B=86=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device/item/index.vue | 65 +++++++++++++++++++-------------- 1 file changed, 38 insertions(+), 27 deletions(-) diff --git a/src/views/device/item/index.vue b/src/views/device/item/index.vue index 9a3ceb7..1c8ceb4 100644 --- a/src/views/device/item/index.vue +++ b/src/views/device/item/index.vue @@ -9,15 +9,15 @@ @keyup.enter.native="handleQuery" /> - + - + + + + - - + + + @@ -252,18 +261,18 @@ - + - + - + - - - - + + + + + + + + + +
+ @@ -295,9 +311,9 @@ - + - + @@ -310,28 +326,28 @@ - + - + - + - + - + - + 删除 @@ -470,6 +486,7 @@ export default { }, // 表单参数 form: { + itemTools:null, itemName: null, itemType: null, itemMethod: null, @@ -547,6 +564,7 @@ export default { updateTime: null, updateBy: null, formStandard: [], + itemTools:null, }; this.formStandard = [{ standardType: 'qualitative', @@ -625,13 +643,6 @@ export default { }) return } - if (this.form.itemMethod == null) { - this.$message({ - message: "请输入检查方法/工具!", - type: "warning" - }) - return - } if (this.selectEquipmentList.length == 0) { this.$message({ message: "请关联设备!",