-- 项目自动带出组织

This commit is contained in:
yuping
2022-12-06 23:51:55 +08:00
parent 19d110d910
commit e83e0afed3
3 changed files with 112 additions and 102 deletions

View File

@@ -9,7 +9,6 @@
v-model:value="searchParam.name"
style="width: 270px; height: 40px; border-radius: 8px"
placeholder="请输入项目名称"
@change="sProjectNameChange"
allowClear
showSearch
>
@@ -20,7 +19,6 @@
v-model:value="searchParam.manager"
style="width: 270px; height: 40px; border-radius: 8px"
placeholder="请输入项目经理"
@change="sProjectOrderChange"
allowClear
showSearch
>
@@ -31,7 +29,6 @@
v-model:value="searchParam.createName"
style="width: 270px; height: 40px; border-radius: 8px"
placeholder="请输入项目创建人"
@change="sProjectCreateChange"
allowClear
showSearch
>
@@ -212,6 +209,7 @@
<ProjectManager
v-model:value="projectInfo.managerId"
v-model:name="projectInfo.manager"
@onChange="managerChange"
mode="multiple"
></ProjectManager>
</div>
@@ -1753,10 +1751,16 @@ export default {
});
}
);
function managerChange(e, l, d) {
state.projectInfo.sourceBelongId = d
}
return {
...toRefs(state),
dayjs,
moment,
managerChange,
reFinashedProject,
showBackFinashModal,
timeChange,