From 693623a118e6086614a4a0dae901966fc60dba36 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期五, 20 九月 2024 19:47:03 +0800 Subject: [PATCH] feat:提交 提示,合卡 --- api/qualityInspection.js | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/api/qualityInspection.js b/api/qualityInspection.js index dfc518e..95ce4e6 100644 --- a/api/qualityInspection.js +++ b/api/qualityInspection.js @@ -20,6 +20,10 @@ url: '/wrzs/yhcustomer/getYhcustomerList', method: 'GET' }, + getClaimCustomerPageList: { + url: '/wrzs/yhcustomer/getClaimCustomerList', + method: 'GET' + }, /** * @浠撳簱 */ @@ -68,4 +72,11 @@ url: '/wrzs/zjqualitycheck/getByIdAndSubList', method: 'get' }, + /** + * @鍙栨牱鍛樺垪琛� /wrzs/userentity/pageCarAndHuoDai + * */ + pageCarAndHuoDai: { + url: '/wrzs/userentity/pageCarAndHuoDai', + method: 'get' + }, } -- Gitblit v1.9.1