qingyiay
2023-07-26 b3c833eeb97a7ef0e32d05f9ee3604fed6e4a37b
api/globalApi.js
@@ -375,5 +375,21 @@
   setUpWxOpenid: {
      url: '/admin/user/setUpWxOpenid',
      method: 'POST'
   },
   /**
    * @description 装卸员查看所有煤种类型 */
   getCoalNameAll: {
      url: '/wrzs/tmtaskcoal/getCoalNameAll',
      method: 'GET'
   },
   /**
    * @description  */
   getAccordingCoalNameAll: {
      url: '/wrzs/tmtaskcoal/getAccordingCoalNameAll',
      method: 'GET'
   },
   confirmLoadAndUnload: {
      url: '/wrzs/tmtaskcoal/confirmLoadAndUnload',
      method: 'POST'
   }
}