From ea10117a46fbbe7dd831c3816217493d0da01bf9 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 13 一月 2024 22:46:44 +0800
Subject: [PATCH] 设备类型1

---
 src/container/deviceType/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/container/deviceType/index.vue b/src/container/deviceType/index.vue
index 0986b26..3878c1c 100644
--- a/src/container/deviceType/index.vue
+++ b/src/container/deviceType/index.vue
@@ -80,9 +80,9 @@
                 this.$refs.list.pageQuery(this.queryInfo)
             },
 			add() {
-				this.row = {}
+				this.row = {id:''}
 				this.addOrUpdateVisible = true
-				console.log(this.addOrUpdateVisible);
+				
 			},
 			close() {
 				this.addOrUpdateVisible = false

--
Gitblit v1.9.3