|
@@ -1,6 +1,6 @@
|
|
|
/** ================================= 客户资料 ================================**/
|
|
/** ================================= 客户资料 ================================**/
|
|
|
|
|
|
|
|
-import {BaseResponse, commonSearch_go, commonUpdate_go} from '@/goServiceAPI/index';
|
|
|
|
|
|
|
+import { commonSearch_go } from '@/goServiceAPI/index';
|
|
|
import APP from '@/services';
|
|
import APP from '@/services';
|
|
|
import * as type from './interface';
|
|
import * as type from './interface';
|
|
|
import { QueryCustomInfoType } from './type';
|
|
import { QueryCustomInfoType } from './type';
|
|
@@ -26,9 +26,9 @@ export function QueryCustomInfo(queryType: QueryCustomInfoType): Promise<type.Qu
|
|
|
* @param userInfoApply.
|
|
* @param userInfoApply.
|
|
|
* @constructor
|
|
* @constructor
|
|
|
*/
|
|
*/
|
|
|
-export function QueryModifyUserInfo(userInfoApply: type.ModifyUserInfoApplyReq): Promise<BaseResponse> {
|
|
|
|
|
- return commonUpdate_go('/Ermcp/ModifyUserInfoApply', { userInfoApply })
|
|
|
|
|
- .catch(err => {
|
|
|
|
|
- throw new Error(`新增客户申请: ${err.message}`);
|
|
|
|
|
- })
|
|
|
|
|
-}
|
|
|
|
|
|
|
+// export function QueryModifyUserInfo(userInfoApply: type.ModifyUserInfoApplyReq): Promise<BaseResponse> {
|
|
|
|
|
+// return commonUpdate_go('/Ermcp/ModifyUserInfoApply', { userInfoApply })
|
|
|
|
|
+// .catch(err => {
|
|
|
|
|
+// throw new Error(`新增客户申请: ${err.message}`);
|
|
|
|
|
+// })
|
|
|
|
|
+// }
|