From a28d0135ee42809b2c5863609da37155d3ecba5b Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 29 四月 2025 15:11:39 +0800 Subject: [PATCH] feat:增加类型显示 --- api/qualityInspection.js | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/api/qualityInspection.js b/api/qualityInspection.js index 0259505..95ce4e6 100644 --- a/api/qualityInspection.js +++ b/api/qualityInspection.js @@ -20,8 +20,12 @@ url: '/wrzs/yhcustomer/getYhcustomerList', method: 'GET' }, + getClaimCustomerPageList: { + url: '/wrzs/yhcustomer/getClaimCustomerList', + method: 'GET' + }, /** - * @鐓や粨 + * @浠撳簱 */ getFiledIdCoalBunker: { url: '/wrzs/jccoalbunker/getFiledIdCoalBunker', @@ -68,4 +72,11 @@ url: '/wrzs/zjqualitycheck/getByIdAndSubList', method: 'get' }, + /** + * @鍙栨牱鍛樺垪琛� /wrzs/userentity/pageCarAndHuoDai + * */ + pageCarAndHuoDai: { + url: '/wrzs/userentity/pageCarAndHuoDai', + method: 'get' + }, } -- Gitblit v1.9.1