From f466ae4fdc645c66c9f25e2e4598b9809e2b41af Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期六, 13 一月 2024 22:56:49 +0800 Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/mdc-front --- 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