|
@@ -62,7 +62,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
component: 'JSelect',
|
|
|
componentProps: {
|
|
|
getOptionUrl: () => defHttp.get({ url: '/cuspCode/cuspCustomerProfile/list?pageSize=-1'}),
|
|
|
- showField:"currency+name"
|
|
|
+ showField:"currency_dictText+name"
|
|
|
},
|
|
|
//colProps: {span: 6},
|
|
|
},
|
|
@@ -97,7 +97,7 @@ export const formSchema: FormSchema[] = [
|
|
|
required: true,
|
|
|
componentProps: {
|
|
|
getOptionUrl: () => defHttp.get({ url: '/cuspCode/cuspCustomerProfile/list?pageSize=-1'}),
|
|
|
- showField:"currency+name",
|
|
|
+ showField:"currency_dictText+name",
|
|
|
getPopupContainer: (node) => document.body,
|
|
|
},
|
|
|
},
|