huangbin %!s(int64=4) %!d(string=hai) anos
pai
achega
2705af816f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/information/goods/components/rightSpot/setup.ts

+ 1 - 1
src/views/information/goods/components/rightSpot/setup.ts

@@ -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[] | []>([]);