refactor: 复制缺陷名字为copy
This commit is contained in:
parent
441e33722f
commit
6fce3745cd
|
@ -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