导出招商催办的用户

This commit is contained in:
zhonghua.li
2026-05-21 09:08:33 +08:00
parent f7909e64fa
commit d7180a5334
5 changed files with 622 additions and 46 deletions

View File

@@ -36,6 +36,7 @@ export function syncLbOrderRowFromThird(data) {
return request({
url: '/lbOrderRow/sync-order-from-third',
method: 'post',
timeout: 2 * 60 * 1000,
data
})
}