|
|
@@ -313,7 +313,7 @@ export function handlePrice(formState: UnwrapRef<FormState>) {
|
|
|
|
|
|
// 切换币种
|
|
|
function parCurrencyChange(value: number) {
|
|
|
- const obj = payCurrency.find(e => e.enumdicid === value)
|
|
|
+ const obj = payCurrency.find(e => e.enumitemname === value)
|
|
|
console.log('切换币种', obj);
|
|
|
|
|
|
// payCurrencyUnit.value = obj?.enumdicname
|