From df14d215c569aadd4515a6033d09739bbb8eff64 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 03 九月 2024 08:41:25 +0800 Subject: [PATCH] feat:PCV库管补充细节 --- api/qualityInspection.js | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/api/qualityInspection.js b/api/qualityInspection.js index 6cd5320..95ce4e6 100644 --- a/api/qualityInspection.js +++ b/api/qualityInspection.js @@ -21,7 +21,7 @@ method: 'GET' }, getClaimCustomerPageList: { - url: '/wrzs/yhcustomer/getClaimCustomerPageList', + url: '/wrzs/yhcustomer/getClaimCustomerList', method: 'GET' }, /** @@ -72,4 +72,11 @@ url: '/wrzs/zjqualitycheck/getByIdAndSubList', method: 'get' }, + /** + * @鍙栨牱鍛樺垪琛� /wrzs/userentity/pageCarAndHuoDai + * */ + pageCarAndHuoDai: { + url: '/wrzs/userentity/pageCarAndHuoDai', + method: 'get' + }, } -- Gitblit v1.9.1