From 76bd95ca79b03b84f6d011a81794aabcdeef169b Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期二, 21 三月 2023 10:35:46 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/~yxh/smartor-web --- 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