Skip to content

Commit

Permalink
Merge pull request #1605 from TencentBlueKing/develop
Browse files Browse the repository at this point in the history
v1.9.4
  • Loading branch information
zhu327 authored Nov 8, 2022
2 parents 4353cc6 + 49dd198 commit 694c2ea
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/choose-ip/grade.vue
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@
node.loadingMore = true;
const chainLen = this.curChain.length;
let keyword = '';
let keyword = this.curKeyword;
if (Object.keys(this.curSearchObj).length) {
if (node.parentId === this.curSearchObj.parentId) {
keyword = this.curSearchObj.value;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/choose-ip/grade/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@
node.loadingMore = true;
const chainLen = this.curChain.length;
let keyword = '';
let keyword = this.curKeyword;
if (Object.keys(this.curSearchObj).length) {
if (node.parentId === this.curSearchObj.parentId) {
keyword = this.curSearchObj.value;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/choose-ip/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@
node.loadingMore = true;
const chainLen = this.curChain.length;
let keyword = '';
let keyword = this.curKeyword;
if (Object.keys(this.curSearchObj).length) {
if (node.parentId === this.curSearchObj.parentId) {
keyword = this.curSearchObj.value;
Expand Down
10 changes: 10 additions & 0 deletions release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# V1.9.4

### 缺陷修复
* 修复chooseip拓扑组件点击查看更多漏缺搜索关键字

# V1.9.3

### 缺陷修复
* 修复chooseip拓扑组件点击查看更多漏缺搜索关键字

# V1.9.3

### 缺陷修复
Expand Down
2 changes: 1 addition & 1 deletion saas/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.3
1.9.4
4 changes: 4 additions & 0 deletions saas/resources/version_log/V1.9.4_2022-11-08.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# V1.9.4 版本更新日志

### 缺陷修复
* 修复chooseip拓扑组件点击查看更多漏缺搜索关键字
4 changes: 4 additions & 0 deletions saas/resources/version_log/V1.9.4_2022-11-08_en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# V1.9.4 ChangeLog

### Bug Fixes
* Repair chooseip topology components Click to see more missing search keywords

0 comments on commit 694c2ea

Please sign in to comment.