|
@@ -56,3 +56,7 @@ export const automobileList = appRx.get(API_GET_AUTOMOBILE_TRAN_LIST, errorCatch
|
|
|
export const dispatchCat = appRx.post(API_POST_AUTOMOBILE_DISPATCH, errorCatcher, errorHandle, filter)
|
|
|
//派车查看
|
|
|
export const seeCat = appRx.get(API_GET_AUTOMOBILE_SEE, errorCatcher, errorHandle, filter)
|
|
|
+//
|
|
|
+export const nameXiala = appRx.get(API_GET_AUTOMOBILE_NAME, errorCatcher, errorHandle, filter)
|
|
|
+//
|
|
|
+export const arrange = appRx.get(API_GET_AUTOMOBILE_ARRANGE, errorCatcher, errorHandle, filter)
|