|
@@ -369,6 +369,8 @@
|
|
|
handleNodeClick(data) {
|
|
handleNodeClick(data) {
|
|
|
this.categoryLevelId = '';
|
|
this.categoryLevelId = '';
|
|
|
this.rootCategoryLevelId = '';
|
|
this.rootCategoryLevelId = '';
|
|
|
|
|
+ this.pageNum = 1;
|
|
|
|
|
+
|
|
|
this.areaId = '';
|
|
this.areaId = '';
|
|
|
if (this.activeTab == 'org') {
|
|
if (this.activeTab == 'org') {
|
|
|
this.categoryLevelId = data.id;
|
|
this.categoryLevelId = data.id;
|