-- 资源归属显示

This commit is contained in:
yuping
2022-12-11 19:55:15 +08:00
parent f915af36b9
commit f185fd6ed6
3 changed files with 673 additions and 668 deletions

View File

@@ -296,8 +296,9 @@ const createProject = () => {
})
};
function managerChange(e, l, d) {
function managerChange(e, l, d, t) {
projectInfo.value.valuesourceBelongId = d
projectInfo.value.sourceBelongName = t
}
</script>