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 = "修改问卷题目";