api/globalApi.js
@@ -36,7 +36,7 @@
   //    method: "POST"
   // },
   /**
    * @转发修改
    * @description 转发修改
    */
   forward: {
      url: "/wrzs/userOperation/forwardList",
@@ -55,6 +55,13 @@
   deleteForward: {
      url: "/wrzs/userOperation/deleteForward",
      method: "POST"
   },
   /**
    * @description 获取历史提煤单
    */
   getJhOrderPlanDataPage: {
      url: '/wrzs/userOperation/getJhOrderPlanDataPage',
      method: "GET"
   },
   // 货代首页列表
   // huoDaiList: {
@@ -262,5 +269,11 @@
   coalDayPage: {
      url: "/wrzs/tmtaskcoallog/getTmId",
      method: 'GET'
   },
   // 获取openId
   getCallOutList:{
      url:'/wrzs/callout/getCallOutList',
      method:'GET'
   }
}