@@ -359,12 +359,6 @@ let dictsData = reactive({
});
proxy.getDict(["payment_status", "account_currency"]).then((res) => {
dictsData = res;
- selectConfig.value[0].data = res.payment_status.map((item) => {
- return {
- label: item.dictValue,
- value: item.dictKey,
- };
- });
formConfig.value[11].data = res.account_currency.map((item) => {
return {
label: item.dictValue,