This commit is contained in:
GaoHao
2024-10-17 11:35:33 +08:00
5 changed files with 67 additions and 79 deletions

View File

@@ -39,13 +39,8 @@ export function puttbConsType(data) {
* @returns
*/
export function gettbConsInfo(data) {
// return request({
// url: '/api/tbConsInfo',
// method: "get",
// params
// });
return request({
url: "/api/viewConInfoFlow/get",
url: "/api/tbConsInfo/allAndPro",
method: "post",
data
});