From 9dd66a05906a671a65cce5a9fd0505de54b1f675 Mon Sep 17 00:00:00 2001 From: jiminglei <836545853@qq.com> Date: Thu, 22 Feb 2024 19:26:56 +0800 Subject: [PATCH] key --- psdc-ui/src/views/system/model/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/psdc-ui/src/views/system/model/index.vue b/psdc-ui/src/views/system/model/index.vue index a1d1e8c..02a1b8e 100644 --- a/psdc-ui/src/views/system/model/index.vue +++ b/psdc-ui/src/views/system/model/index.vue @@ -345,7 +345,7 @@ const open = ref(true) const arr = ref([1]) const point = ref(3.7) const point1 = ref('78') -const show1 = ref(true) +const show1 = ref(false) const test1 = ref(null) const test2= ref(null) const test3 = ref(null) @@ -583,7 +583,7 @@ const result = ref({ yearCost:'', yearRunCost:'', safety:'', - deviceList:'', + deviceList:[], }) watch(() => addForm.devType, (newVale, oldValue) => { if (addForm.devType === 1) {