@@ -479,7 +479,7 @@ const config = computed(() => {
];
});
const getDict = () => {
- proxy.getDictOne(["customer_tag,", "trade_methods", "account_currency", "shipping_method"]).then((res) => {
+ proxy.getDictOne(["customer_tag", "trade_methods", "account_currency", "shipping_method"]).then((res) => {
customerTag.value = res["customer_tag"].map((x) => ({
label: x.dictValue,
value: x.dictKey,