Merge branch 'ts' into dev

# Conflicts:
#	package.json
#	src/layout/components/TagsView/index.vue
This commit is contained in:
LiuHao
2023-05-06 09:25:05 +08:00
23 changed files with 239 additions and 164 deletions

View File

@ -232,7 +232,7 @@ const handleAdd = (row?: DeptVO) => {
nextTick(() => {
reset();
if (row && row.deptId) {
form.value.parentId = row?.parentId;
form.value.parentId = row?.deptId;
}
})
}

View File

@ -63,7 +63,7 @@
:total="total"
v-model:page="queryParams.pageNum"
v-model:limit="queryParams.pageSize"
@pagination="handleQuery"
@pagination="getList"
/>
<select-user ref="selectRef" :roleId="queryParams.roleId" @ok="handleQuery" />
</el-card>

View File

@ -95,7 +95,7 @@
v-model:total="total"
v-model:page="queryParams.pageNum"
v-model:limit="queryParams.pageSize"
@pagination="handleQuery"
@pagination="getList"
/>
</el-card>

View File

@ -146,7 +146,7 @@
:total="total"
v-model:page="queryParams.pageNum"
v-model:limit="queryParams.pageSize"
@pagination="handleQuery"
@pagination="getList"
/>
</el-card>
</el-col>