WXL
2024-07-31 2c9ddebd07230ca4165e2ee55470133fdf9ccd99
src/views/knowledge/questionnaire/index.vue
@@ -778,7 +778,7 @@
      return data.name.indexOf(value) !== -1;
    },
    handleNodeClick(data) {
      this.queryParams.assortid = data.id;
      this.queryParams.categoryid = data.id;
      this.getList();
    },