|
@@ -38,7 +38,7 @@ filterOptons.buttonList = [
|
|
|
filterOptons.selectList = [
|
|
filterOptons.selectList = [
|
|
|
{
|
|
{
|
|
|
key: 'querytype',
|
|
key: 'querytype',
|
|
|
- selectedValue: 1,
|
|
|
|
|
|
|
+ selectedValue: 2,
|
|
|
options: [
|
|
options: [
|
|
|
{ label: '出金', value: 1 },
|
|
{ label: '出金', value: 1 },
|
|
|
{ label: '入金', value: 2 },
|
|
{ label: '入金', value: 2 },
|
|
@@ -47,7 +47,7 @@ filterOptons.selectList = [
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-const { loading, dataList, run } = useRequest(queryAccountInOutApply, { manual: true })
|
|
|
|
|
|
|
+const { loading, dataList, run } = useRequest(queryAccountInOutApply, { })
|
|
|
|
|
|
|
|
const tableColumns = shallowRef<Model.TableColumn[]>([
|
|
const tableColumns = shallowRef<Model.TableColumn[]>([
|
|
|
{ prop: 'extoperateid', label: '流水号' },
|
|
{ prop: 'extoperateid', label: '流水号' },
|