console
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user