Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
MeterSphere
Commits
e28d05c1
Commit
e28d05c1
authored
3 years ago
by
chenjianxing
Browse files
Options
Download
Email Patches
Plain Diff
fix: 导出场景文件名为null
parent
89247079
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue
+2
-3
...ss/components/api/automation/scenario/ApiScenarioList.vue
with
2 additions
and
3 deletions
+2
-3
frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue
+
2
-
3
View file @
e28d05c1
...
...
@@ -431,10 +431,12 @@ export default {
principal
:
[],
environmentId
:
[],
projectEnv
:
[],
projectId
:
''
},
};
},
created
()
{
this
.
projectId
=
getCurrentProjectID
();
if
(
!
this
.
projectName
||
this
.
projectName
===
""
){
this
.
getProjectName
();
}
...
...
@@ -478,9 +480,6 @@ export default {
isNotRunning
()
{
return
"
Running
"
!==
this
.
report
.
status
;
},
projectId
()
{
return
getCurrentProjectID
();
},
},
methods
:
{
getProjectName
(){
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment