fix
This commit is contained in:
parent
5cf20ef27d
commit
9f7baf6dfb
|
@ -289,7 +289,7 @@
|
|||
open(testCase) {
|
||||
this.resetForm();
|
||||
this.operationType = 'add';
|
||||
if(testCase){
|
||||
if (testCase) {
|
||||
//修改
|
||||
this.operationType = 'edit';
|
||||
//复制
|
||||
|
|
|
@ -77,7 +77,6 @@
|
|||
return {
|
||||
result: {},
|
||||
active: '0',
|
||||
reportId: '',
|
||||
status: '',
|
||||
reportName: '',
|
||||
testId: '',
|
||||
|
|
Loading…
Reference in New Issue