|
@@ -1469,7 +1469,7 @@ CH:${_CH}
|
|
|
|
|
|
console.log("说话人身份编码开始")
|
|
|
// 说话人身份编码
|
|
|
- while (tableList.some(i => i.role == '')) {
|
|
|
+ while (tableList.some(i => i.role == '' && i.value != "" && i.index !=="")) {
|
|
|
let _ajaxList = tableList.filter(i => i.role == '').slice(0, 10);
|
|
|
console.log(`说话人身份编码:`, _ajaxList)
|
|
|
const params = {
|
|
@@ -1573,6 +1573,7 @@ CH:${_CH}
|
|
|
console.log("说话人行为编码完成")
|
|
|
|
|
|
tableList.forEach((item, index) => {
|
|
|
+ if(item.value=="")return;
|
|
|
tableContent += `<tr>
|
|
|
<td>${index + 1}</td>
|
|
|
<td>${item.startTime}</td>
|