xq feat:"完成了数据接入"

This commit is contained in:
2025-07-03 17:00:54 +08:00
parent 0143f674ae
commit 2642914335
2 changed files with 51 additions and 3 deletions

View File

@ -61,3 +61,10 @@ export const delNbq = (nbqId: string | number | Array<string | number>) => {
method: 'delete'
});
};
export const getAll = () => {
return request({
url: '/business/nbq/listNotPage',
method: 'get'
});
};