-- 组织添加路径

This commit is contained in:
yuping
2022-12-26 19:15:57 +08:00
parent d674c660e8
commit 8b7c4aabaf
9 changed files with 116 additions and 107 deletions

View File

@@ -231,6 +231,7 @@
<OrgClass
v-model:value="projectInfo.sourceBelongId"
v-model:name="projectInfo.sourceBelongName"
v-model:fullName="projectInfo.sourceBelongFullName"
></OrgClass>
</div>
</div>
@@ -1803,9 +1804,10 @@ export default {
}
);
function managerChange(e, l, d, t) {
function managerChange(e, l, d, t,orgName) {
state.projectInfo.sourceBelongId = d
state.projectInfo.sourceBelongName = t
state.projectInfo.sourceBelongFullName = orgName
}
return {