From 2e5dd7057fb4feaf4f5538e82f35252f40e3022d Mon Sep 17 00:00:00 2001 From: qianxj <qianxj15@sina.com> Date: 星期一, 20 三月 2023 22:53:31 +0800 Subject: [PATCH] update topic --- 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