WXL
2025-03-20 3fd01faff41c99bf70b4afe2ccdfe795dd54359a
测试完成
已修改2个文件
4 ■■■ 文件已修改
src/views/followvisit/discharge/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/record/detailpage/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/discharge/index.vue
@@ -1441,6 +1441,7 @@
        if (valid) {
          let form = structuredClone(this.zcform);
          form.longSendTime = this.formatTime(form.date1);
          form.finishtime = '';
          if (form.resource) {
            if (form.resource == 2) {
              form.serviceType = 10;
src/views/followvisit/record/detailpage/index.vue
@@ -668,7 +668,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");
@@ -1001,6 +1001,7 @@
        if (valid) {
          let form = structuredClone(this.form);
          form.longSendTime = this.formatTime(form.date1);
          form.finishtime = '';
          if (form.resource) {
            if (form.resource == 2) {
              form.serviceType = 10;