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