lxf 1 年之前
父節點
當前提交
04e0dc1576
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/EHSD/saleContract/contractEHSD/index.vue

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