fix(系统设置): 组织项目新增编辑项目所属组织显示问题
This commit is contained in:
parent
9db523ebd0
commit
9e744abcc0
|
@ -264,15 +264,10 @@
|
|||
form.resourcePoolIds = props.currentProject.resourcePoolIds;
|
||||
}
|
||||
});
|
||||
watch(
|
||||
() => props.visible,
|
||||
(val) => {
|
||||
currentVisible.value = val;
|
||||
if (!val) {
|
||||
formReset();
|
||||
} else {
|
||||
onMounted(() => {
|
||||
initAffiliatedOrgOption();
|
||||
}
|
||||
}
|
||||
);
|
||||
});
|
||||
onUnmounted(() => {
|
||||
formReset();
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue