From c57d049cfd97a9f6bf493dd56d09a943a82fa51e Mon Sep 17 00:00:00 2001
From: qianxj <qianxj15@sina.com>
Date: 星期二, 21 三月 2023 10:07:33 +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