Commit e28d05c1 authored by chenjianxing's avatar chenjianxing
Browse files

fix: 导出场景文件名为null

parent 89247079
Showing with 2 additions and 3 deletions
+2 -3
......@@ -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 (){
......
Supports Markdown
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