diff --git a/web/src/views/testdata/datamanagement/index.vue b/web/src/views/testdata/datamanagement/index.vue index 054be59..8945570 100644 --- a/web/src/views/testdata/datamanagement/index.vue +++ b/web/src/views/testdata/datamanagement/index.vue @@ -244,7 +244,7 @@ const treeRef = ref(); const filepath = ref('') function gettreedata(type:string) { treeloading.value = true - if(type == '节点搜索' && projectId.value !== ''){ + if(type == '节点搜索' && treeForm.value.nodeName !== ''){ treeForm.value.taskId = '' }else{ treeForm.value.taskId = projectId.value diff --git a/web/src/views/testdata/testtask/index.vue b/web/src/views/testdata/testtask/index.vue index 26a40d3..007e137 100644 --- a/web/src/views/testdata/testtask/index.vue +++ b/web/src/views/testdata/testtask/index.vue @@ -1059,7 +1059,7 @@ function customSelectionChange(val: any) { alt=""> + title="设置" alt=""> @@ -1084,7 +1084,7 @@ function customSelectionChange(val: any) { alt=""> + title="设置" alt=""> @@ -1117,7 +1117,7 @@ function customSelectionChange(val: any) { + src="@/assets/MenuIcon/set.png" title="设置" alt=""> @@ -1135,7 +1135,7 @@ function customSelectionChange(val: any) { title="保存" alt=""> + title="设置" alt="">