diff --git a/src/views/enterpriseLibrary/technical/components/LeftType.vue b/src/views/enterpriseLibrary/technical/components/LeftType.vue index 1733449..920a22f 100644 --- a/src/views/enterpriseLibrary/technical/components/LeftType.vue +++ b/src/views/enterpriseLibrary/technical/components/LeftType.vue @@ -64,7 +64,7 @@ export default { }, mounted() { if (this.value) { - this.activeCategory = this.value + this.activeCategory = this.value; } }, created() { @@ -94,6 +94,7 @@ export default { handleCategoryClick(id) { this.activeCategory = id this.$emit('change', id) + this.handleQuery(); }, handleCategoryCommand(command) { if (command.type === 'edit') { diff --git a/src/views/enterpriseLibrary/technical/components/RightTable.vue b/src/views/enterpriseLibrary/technical/components/RightTable.vue index 5e93673..ce7a055 100644 --- a/src/views/enterpriseLibrary/technical/components/RightTable.vue +++ b/src/views/enterpriseLibrary/technical/components/RightTable.vue @@ -2,12 +2,12 @@
+ :columnsList="columnsList" :request-api="listAPI" :sendParams="{'technicalSolutionTypeId':value }">