|
|
@@ -1,6 +1,6 @@
|
|
|
import { QueryDeliveryGoods } from '@/services/go/ermcp/goodsInfo';
|
|
|
import { ErmcpDeliveryGoodsReq, ErmcpDeliveryGoodsRsp } from '@/services/go/ermcp/goodsInfo/interface';
|
|
|
-import { ref } from '@vue/reactivity';
|
|
|
+import { ref } from 'vue';
|
|
|
|
|
|
export function queryDeliveryGoods(req: ErmcpDeliveryGoodsReq) {
|
|
|
let goodsList = ref<ErmcpDeliveryGoodsRsp[] | []>([]);
|