Commit f4542600 authored by Wallen姚文辉's avatar Wallen姚文辉

去除画布节点

parent b9a07026
...@@ -203,7 +203,7 @@ def uplooadcase(): ...@@ -203,7 +203,7 @@ def uplooadcase():
def a(suiteName,suiteId,info,new,type): def a(suiteName,suiteId,info,new,type):
for each in info: for each in info:
oldinfo,newtype=deepcopy(new),type oldinfo,newtype=deepcopy(new),type
if not ((each["title"])=="Map" or (each["title"])=="测试用例" or (each["title"])=="sheet" or (each["title"])=="思维导图" or (each["title"])=="逻辑图" or (each["title"])=="括号图" "画布" in (each["title"])): if not ((each["title"])=="Map" or (each["title"])=="测试用例" or (each["title"])=="sheet" or (each["title"])=="思维导图" or (each["title"])=="逻辑图" or (each["title"])=="括号图" or "画布" in (each["title"])):
if not suiteName: if not suiteName:
suiteName = each.get("title") suiteName = each.get("title")
params={"tcIssueId":globalcaseId,"projectId":projectId,"sourcePage":"TEST_SUITE_TEST_CASE_PAGE","decorator":"dialog","inline":True} params={"tcIssueId":globalcaseId,"projectId":projectId,"sourcePage":"TEST_SUITE_TEST_CASE_PAGE","decorator":"dialog","inline":True}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment