From 909e611a0ac4d72333f75c53b2cd69062ff9c903 Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期六, 13 一月 2024 22:59:23 +0800 Subject: [PATCH] 修改api里的错误 --- 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