ソースを参照

fix: 满货订单列表更换接口地址

zh 2 年 前
コミット
917c1ba7fc
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/basic_data/fullCargo.vue

+ 1 - 1
src/views/basic_data/fullCargo.vue

@@ -11,7 +11,7 @@
 import TemplatePage from '@/components/template/template-page-1.vue'
 import import_mixin from '@/components/template/import_mixin.js'
 import add_callback_mixin from '@/components/template/add_callback_mixin.js'
-import { getStockCostListFullDate, getStockCostListFullDateV2Export } from '@/api/basic_data/monthlyWarehouseRent'
+import { getStockCostListFullDate, getStockCostListFullDateV2Export } from '@/api/basic_data/fullCargo'
 export default {
   components: { TemplatePage },
   mixins: [import_mixin, add_callback_mixin],