sc
This commit is contained in:
@@ -144,7 +144,7 @@ const loading = ref(false)
|
||||
const total = ref(0)
|
||||
const tableList = ref([])
|
||||
const queryParams = ref({
|
||||
source: '1',
|
||||
source: 'YDT',
|
||||
question: '',
|
||||
carTypeId: '1001',
|
||||
subject: '1',
|
||||
@@ -155,11 +155,11 @@ const queryParams = ref({
|
||||
|
||||
const sourceOptions = [
|
||||
{
|
||||
key: '1',
|
||||
key: 'JKJL',
|
||||
label: '驾考精灵'
|
||||
},
|
||||
{
|
||||
key: '2',
|
||||
key: 'YDT',
|
||||
label: '驾校一点通'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user