qianxj
2023-03-20 2e5dd7057fb4feaf4f5538e82f35252f40e3022d
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 = "修改问卷题目";