WXL
2025-03-20 d9a95a7d732c3d29e7a7b8cb3e1b004d4d17b63f
测试完成
已修改1个文件
4 ■■■ 文件已修改
src/views/followvisit/record/detailpage/index.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/record/detailpage/index.vue
@@ -576,7 +576,7 @@
        isFinish: false,
      }).then((res) => {
        if (res.code === 200) {
          this.tableDatatop = res.data.scriptResult.script;
          this.tableDatatop = res.data.scriptResult;
          this.tableDatatop.forEach((item) => {
            console.log(item.scriptResultId, "scriptResultId");
@@ -862,6 +862,8 @@
      console.log(this.form);
      let form = structuredClone(this.form);
      form.longSendTime = this.formatTime(form.date1);
      form.finishtime = '';
      if (form.resource) {
        if (form.resource == 2) {
          form.serviceType = 10;