refactor: 复制缺陷名字为copy
This commit is contained in:
parent
0114fab26a
commit
1e895147e9
|
@ -203,6 +203,7 @@ export default {
|
|||
} else {
|
||||
//copy
|
||||
this.url = 'issues/add';
|
||||
this.form.title = data.title + '_copy';
|
||||
}
|
||||
} else {
|
||||
this.form = {
|
||||
|
|
Loading…
Reference in New Issue