This commit is contained in:
2025-08-30 17:05:48 +08:00
parent 21737cde3c
commit 518d64bca4
14 changed files with 6106 additions and 6043 deletions

View File

@@ -249,7 +249,8 @@ async function getTableList() {
...queryParams,
...searchForm.value,
pageNo: tableObject.value.pageNo,
pageSize: tableObject.value.pageSize
pageSize: tableObject.value.pageSize,
diyParams: {}
}
searchFieldList.value.map((it) => {
if (params[it.field]) {
@@ -270,7 +271,7 @@ async function getCurdSchemas() {
loading.value = true
try {
const data = await getSimpleFieldList()
searchFieldList.value = data.filter((it) => it.isCustom)
searchFieldList.value = data.filter((it) => it.isCustom && it.isSearch)
data.forEach((elem) => {
if (['createUser'].includes(elem.field)) {
elem.search.options = userOptions.value