refactor: 复制缺陷名字为copy

This commit is contained in:
chenjianxing 2021-05-07 15:06:18 +08:00 committed by jianxing
parent 441e33722f
commit 6fce3745cd
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ export default {
} else {
//copy
this.url = 'issues/add';
this.form.title = data.title + '_copy';
}
} else {
this.form = {