From a8c0f417a9cc2e7d683947b270114ba88b2213af Mon Sep 17 00:00:00 2001
From: qianxj <qianxj15@sina.com>
Date: 星期二, 21 三月 2023 09:25:59 +0800
Subject: [PATCH] update svytopic
---
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