lxf před 1 rokem
rodič
revize
04e0dc1576

+ 1 - 1
src/views/EHSD/saleContract/contractEHSD/index.vue

@@ -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,