|
@@ -571,7 +571,7 @@
|
|
|
title="新建需求"
|
|
|
:data="requirement"
|
|
|
:visible="createDialogVisible"
|
|
|
- @cancel="createDialogVisible=false"
|
|
|
+ @cancel="closeDioang()"
|
|
|
@confirm="createDialogVisible=false"
|
|
|
/>
|
|
|
</div>
|
|
@@ -754,6 +754,11 @@ export default {
|
|
|
this.formBackgroungInfo = res.data.requirementStatus
|
|
|
})
|
|
|
},
|
|
|
+ closeDioang() {
|
|
|
+ this.reateDialogVisible = false
|
|
|
+ this.get_list()
|
|
|
+ this.initRequirementCreateDialog()
|
|
|
+ },
|
|
|
test2(item, e) {
|
|
|
// 获取团队人员信息
|
|
|
if (typeof this.test[item.idap] === 'undefined') {
|