Merge branch 'develop' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage into develop

This commit is contained in:
zhangyc
2022-12-12 02:10:54 +08:00
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>