merge+update

This commit is contained in:
caishi 2021-11-30 15:37:28 +08:00
parent cee82314da
commit b802fd2fbd
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ class order_form extends Component {
this.getSelectList();
//如果是复制issue则需要将原内容中的@谁录入 @列表中 (在tpm-md-editor.js中其实有处理但是当用户点击【复制】按钮之后迅速创建issue会有延迟导致@失效)
if (this.state.form_type === "copy"){
const { projectsId , owner } = this.props.match.params;
const { description } = this.state;
let allUser = undefined;
axios.get(`/${owner}/${projectsId}/members.json`).then(response=>{
if (response.data.total_count !== 0) {