|
|
@@ -110,12 +110,12 @@
|
|
|
>
|
|
|
</el-popover>
|
|
|
<el-popover placement="top" trigger="hover">
|
|
|
- <el-button size="small" @click.stop="startContinuousJobs2('role')">
|
|
|
+ <el-button size="small" @click.stop="startContinuousJobs('role')">
|
|
|
说话人编码
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
size="small"
|
|
|
- @click.stop="startContinuousJobs2('actionType')"
|
|
|
+ @click.stop="startContinuousJobs('actionType')"
|
|
|
>
|
|
|
行为编码
|
|
|
</el-button>
|
|
|
@@ -2822,7 +2822,7 @@ ${JSON.stringify(_list)}
|
|
|
}
|
|
|
};
|
|
|
// large chunk size will cause token limit and slower
|
|
|
- const chunkSize = 10;
|
|
|
+ const chunkSize = 50;
|
|
|
this.actionTypesMap.jsonData[key] = Array.from({
|
|
|
length: tableRows.length
|
|
|
}).fill("");
|