This commit is contained in:
shijingjing
2022-09-02 15:54:19 +08:00
parent da9f2ec274
commit afd6db6ba0
3 changed files with 37 additions and 23 deletions

View File

@@ -38,9 +38,9 @@
</div>
</div>
<u-calendar v-model="showCalendar" mode="range" @change="selectDate"></u-calendar>
<AiConsole></AiConsole>
<div class="btn">
<div class="submitBtn" @click="submit">确定</div>
@@ -79,10 +79,8 @@ export default {
fromDepartmentId: 0,
mode: "multi",
type: ["user"],
// selectedDepartmentIds: this.departList?.map(e => e.id)
selectedUserIds: this.userList?.map(e => e.id)
}).then((res)=>{
console.log(res);
if(res?.userList) {
this.userListIds = res.userList.map(e => e.id)
}