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