|
@@ -26,7 +26,7 @@ export class BaseCustomerIndustryService {
|
|
|
|
|
|
//修改
|
|
|
async update(body: BaseCustomerIndustry): Promise<BaseResponse<any>> {
|
|
|
- return await this.http.post<BaseResponse<any>>('basedata/baseCustomerIndustry/edit', body).toPromise();
|
|
|
+ return await this.http.put<BaseResponse<any>>('basedata/baseCustomerIndustry/edit', body).toPromise();
|
|
|
}
|
|
|
|
|
|
//根据id查询
|