1.优化/admin/auth/admin中上级代理下拉框选项

This commit is contained in:
2026-05-29 12:17:15 +08:00
parent 8e2de58765
commit 1df1396b44
2 changed files with 43 additions and 79 deletions

View File

@@ -219,7 +219,7 @@ const showShareRateField = computed(() => {
})
const parentSelectParams = computed(() => {
const params: anyObj = { isTree: true }
const params: anyObj = { isTree: 1 }
const cid = baTable.form.items?.channel_id
if (cid !== null && cid !== undefined && cid !== '') {
params['search[0][field]'] = 'channel_id'