JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修复sitbug3

This commit is contained in:
田岩
2026-01-13 14:24:28 +08:00
parent b051039758
commit b3f5126148
8 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -330,7 +330,7 @@
// 录音组件提交
const touchBtnSubmit = (type, submitObj) => {
const topic = topicList[questionNumber.value];
// touchBtnRef.value?.clearinputText(); // 清除发送框数据
touchBtnRef.value?.clearInputText(); // 清除发送框数据
if (type === 'voice') {
if (topic.es_status === '00') return;
topic.es_status = '00'; // 00转圈
+1 -1
View File
@@ -311,7 +311,7 @@
// 录音按钮提交
const touchBtnSubmit = (type, submitObj) => {
const topic = topicList[questionNumber.value];
// touchBtnRef.value?.clearinputText(); // 清除发送框数据
touchBtnRef.value?.clearInputText(); // 清除发送框数据
if (type === 'voice') {
if (topic.es_status == '00') return;
topic.es_status = '00'; // 00转圈
+1 -1
View File
@@ -310,7 +310,7 @@
// 录音组件提交
const touchBtnSubmit = (type, submitObj) => {
const topic = topicList[questionNumber.value];
// touchBtnRef.value?.clearinputText(); // 清除发送框数据
touchBtnRef.value?.clearInputText(); // 清除发送框数据
if (type === 'voice') {
if (topic.es_status === '00') return;
topic.es_status = '00'; // 00转圈
+4 -4
View File
@@ -119,7 +119,7 @@
// 下面语音组件的禁用状态判断
const touchIsDisabled = computed(() => topic.value?.es_status !== '' && topic.value?.es_status !== undefined);
const progress = computed(() => {
// 计算进度百分比(保留两位小数)
const total = storageIdList.value.length;
@@ -127,7 +127,7 @@
const completed = questionNumber.value + 1;
return Math.min(Math.round((completed / total) * 10000) / 100, 100);
});
// 滑动切换
const swiperChange = (item) => {
questionNumber.value = item.detail.current;
@@ -289,8 +289,8 @@
// 录音组件提交
const touchBtnSubmit = (type, submitObj) => {
const topic = topicList[questionNumber.value];
// touchBtnRef.value?.clearinputText(); // 清除发送框数据
console.log('录音组件提交');
touchBtnRef.value?.clearInputText(); // 清除发送框数据
console.log('录音组件提交', topic);
if (type === 'voice') {
if (topic.es_status == '00') return;
topic.es_status = '00'; // 00转圈