From 66db2bb8ef8718ded7e7715d4dad3e089c7f3f1c Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期五, 24 三月 2023 19:27:51 +0800 Subject: [PATCH] yxh --- ruoyi-ui/src/views/smartor/svytopic/index.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/smartor/svytopic/index.vue b/ruoyi-ui/src/views/smartor/svytopic/index.vue index 9cd6cbf..0b3da56 100644 --- a/ruoyi-ui/src/views/smartor/svytopic/index.vue +++ b/ruoyi-ui/src/views/smartor/svytopic/index.vue @@ -317,9 +317,13 @@ }, /** 淇敼鎸夐挳鎿嶄綔 */ handleUpdate(row) { + const topicId = row.topicid || this.ids + //const tableName = row.tableName || this.tableNames[0]; + const params = { }; + this.$tab.openPage("淇敼闂嵎", '/surveysetting/svytopic/maint/' + topicId, params); + return this.reset(); - const topicid = row.topicid || this.ids - getSvytopic(topicid).then(response => { + getSvytopic(topicid).then(response => { this.form = response.data; this.open = true; this.title = "淇敼闂嵎棰樼洰"; -- Gitblit v1.9.3