xq feat:"完成了数据接入"
This commit is contained in:
@ -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'
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user