|
@@ -479,7 +479,7 @@ const config = computed(() => {
|
|
];
|
|
];
|
|
});
|
|
});
|
|
const getDict = () => {
|
|
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) => ({
|
|
customerTag.value = res["customer_tag"].map((x) => ({
|
|
label: x.dictValue,
|
|
label: x.dictValue,
|
|
value: x.dictKey,
|
|
value: x.dictKey,
|