WXL
2024-11-01 b557dde5b61a6c38f22b07d3e7af00b3ae71fd44
测试完成
已修改2个文件
4 ■■■ 文件已修改
src/views/knowledge/questionnaire/compilequer/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/repositoryai/templateku/configurat/measurement.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/knowledge/questionnaire/compilequer/index.vue
@@ -435,7 +435,6 @@
                  align="center"
                  key="nextScriptno"
                  prop="nextScriptno"
                  :show-overflow-tooltip="true"
                >
                  <template slot-scope="scope">
                    <span>{{
@@ -1887,7 +1886,6 @@
      this.tempDetpRelevanceslistform.forEach(item=>{
        if (!item.tempid) item.tempid=id;
      })
      this.tempbelongWardsform.forEach(item=>{
        if (!item.tempid) item.tempid=id;
      })
src/views/repositoryai/templateku/configurat/measurement.vue
@@ -181,7 +181,7 @@
        });
      }
      timerId = setTimeout(() => {
        if (!answer) {
        if (!this.answer) {
          this.sendFn(); // 后调用
        }
    },this.timeout*1000);