pcm-agents 0.6.24 → 0.6.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/pcm-1zhanshi-mnms-modal_28.cjs.entry.js +1 -1
- package/dist/collection/components/pcm-jlsx-modal/pcm-jlsx-modal.js +1 -1
- package/dist/collection/components/pcm-jlsx-modal/pcm-jlsx-modal.js.map +1 -1
- package/dist/components/pcm-jlsx-modal.js +1 -1
- package/dist/esm/pcm-1zhanshi-mnms-modal_28.entry.js +1 -1
- package/dist/pcm-agents/{p-1ae6391f.entry.js → p-1e3b30e3.entry.js} +2 -2
- package/dist/pcm-agents/{p-1ae6391f.entry.js.map → p-1e3b30e3.entry.js.map} +1 -1
- package/dist/pcm-agents/pcm-agents.esm.js +1 -1
- package/package.json +1 -1
|
@@ -9003,7 +9003,7 @@ const JlsxModal = class {
|
|
|
9003
9003
|
query: '简历筛选',
|
|
9004
9004
|
inputs: {
|
|
9005
9005
|
job_info: this.jobDescription,
|
|
9006
|
-
jd_id: this.currentTask.
|
|
9006
|
+
jd_id: this.currentTask.jd_id,
|
|
9007
9007
|
task_id: this.currentTask.id,
|
|
9008
9008
|
file_urls: filteredFileUrls.join(','), // 使用过滤后的文件URL
|
|
9009
9009
|
rule: ruleString
|
|
@@ -686,7 +686,7 @@ export class JlsxModal {
|
|
|
686
686
|
query: '简历筛选',
|
|
687
687
|
inputs: {
|
|
688
688
|
job_info: this.jobDescription,
|
|
689
|
-
jd_id: this.currentTask.
|
|
689
|
+
jd_id: this.currentTask.jd_id,
|
|
690
690
|
task_id: this.currentTask.id,
|
|
691
691
|
file_urls: filteredFileUrls.join(','), // 使用过滤后的文件URL
|
|
692
692
|
rule: ruleString
|