1.优化/admin/auth/admin中上级代理下拉框选项
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user