src/views/knowledge/questionnaire/index.vue
@@ -248,7 +248,7 @@ > <template slot-scope="scope"> <span v-for="item in scope.row.svyLibTemplateTagList" >{{ item }}、 >{{ item.tagname }}、 </span> </template> </el-table-column> @@ -503,7 +503,7 @@ illnesslistapi: [], illnesslist: [], defaultProps: { children: "svyLibTitleCategoryList", children: "svyLibTemplateCategoryList", label: "name", }, deptList: [], @@ -778,7 +778,7 @@ return data.name.indexOf(value) !== -1; }, handleNodeClick(data) { this.queryParams.assortid = data.id; this.queryParams.categoryid = data.id; this.getList(); },