|
@@ -66,7 +66,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
field: 'customerId',
|
|
|
component: 'JSelect',
|
|
|
componentProps: {
|
|
|
- getOptionUrl: () => defHttp.get({ url: '/cuspCode/cuspCustomerProfile/list?pageSize=-1'}),
|
|
|
+ getOptionUrl: () => defHttp.get({ url: '/cuspCode/cuspCustomerProfile/list?pageSize=-1&status=1'}),
|
|
|
showField:"currency_dictText+name"
|
|
|
},
|
|
|
|
|
@@ -101,7 +101,7 @@ export const formSchema: FormSchema[] = [
|
|
|
|
|
|
required: true,
|
|
|
componentProps: {
|
|
|
- getOptionUrl: () => defHttp.get({ url: '/cuspCode/cuspCustomerProfile/list?pageSize=-1'}),
|
|
|
+ getOptionUrl: () => defHttp.get({ url: '/cuspCode/cuspCustomerProfile/list?pageSize=-1&status=1'}),
|
|
|
showField:"currency_dictText+name",
|
|
|
getPopupContainer: (node) => document.body,
|
|
|
},
|