|
|
@@ -39,7 +39,7 @@ export async function queryTemplateById(templateId) { |
|
|
|
* @param {string} templateId |
|
|
|
*/ |
|
|
|
export async function queryTemplateQuoteCount(templateId) { |
|
|
|
const res = await fetchApi('template/queryTemplateQuoteCount', { id: templateId }); |
|
|
|
const res = await fetchApi('template/queryTemplateQuoteCountByTempId', { id: templateId }); |
|
|
|
return res; |
|
|
|
} |
|
|
|
/** |
|
|
|