| | |
| | | * @Company: hugeInfo |
| | | * @Author: ldh |
| | | * @Date: 2022-03-04 11:27:15 |
| | | * @LastEditTime: 2024-01-24 16:55:32 |
| | | * @LastEditors: lwh |
| | | * @LastEditTime: 2024-08-09 15:17:48 |
| | | * @LastEditors: dminyi 1301963064@qq.com |
| | | * @Version: 1.0.0 |
| | | * @Description: 案件完善 |
| | | */ |
| | |
| | | // if (res.type) { |
| | | // $$.clearLocal(`cacheOpenAiCaseGuideList${submitData.caseId}`) |
| | | // } |
| | | const res = await getCacheOpenAiCaseGuideApi(submitData); |
| | | // const res = await getCacheOpenAiCaseGuideApi(submitData); |
| | | } |
| | | |
| | | // hh的兼容性修改0419 |
| | |
| | | // $$.clearLocal(`cacheLatjCaseGuide${submitData.caseId}`) |
| | | // cacheLatjCaseFeatureList(submitData) |
| | | // } |
| | | const res = await getCacheLatjCaseGuideApi(submitData); |
| | | // const res = await getCacheLatjCaseGuideApi(submitData); |
| | | } |
| | | |
| | | // hh的兼容性修改0419 |
| | |
| | | // $$.clearLocal(`cacheCaseFeature${submitData.caseId}`) |
| | | |
| | | // } |
| | | const res = await cacheCaseFeatureApi(submitData); |
| | | // const res = await cacheCaseFeatureApi(submitData); |
| | | } |
| | | |
| | | // hh的兼容性修改0419 |