WXL
2024-11-01 2a39af937f29471dab27b152dfae2b1fc28b32d6
测试完成
已修改1个文件
15 ■■■■ 文件已修改
src/views/repositoryai/templateku/configurat/measurement.vue 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/repositoryai/templateku/configurat/measurement.vue
@@ -184,14 +184,8 @@
      //     isEat: 1,
      //   });
      // }
      timerId = setTimeout(() => {
        if (!this.answer) {
          this.sendFn(); // 后调用
        }
      }, this.timeout * 1000);
      if (condition) {
      }
      // clearTimeout(timerId)
      // 优先加入通用库匹配文本
      if (dataJson.nowQuestion.submoduleText) {
@@ -221,6 +215,13 @@
        });
        return item;
      });
      if (!dataJson.jsy) {
        timerId = setTimeout(() => {
          if (!this.answer) {
            this.sendFn(); // 后调用
          }
        }, this.timeout * 1000);
      }
      console.log(this.questionList);
      // IMUI.appendMessage(data);