|
@@ -222,15 +222,9 @@ const statisticsTwo = (label, index) => {
|
|
|
}
|
|
|
return num;
|
|
|
};
|
|
|
-
|
|
|
-const productUnit = ref([]);
|
|
|
-const tradeMethods = ref([]);
|
|
|
-const shippingMethod = ref([]);
|
|
|
-
|
|
|
const productUnit = ref([]);
|
|
|
const tradeMethods = ref([]);
|
|
|
const shippingMethod = ref([]);
|
|
|
-
|
|
|
const getDict = () => {
|
|
|
proxy.getDictOne(["trade_mode", "shipping_method", "unit"]).then((res) => {
|
|
|
tradeMethods.value = res["trade_mode"].map((x) => ({
|