WXL
2024-09-09 4e6c841dd09baff7fafb0e21fec36ee7faf61588
src/views/outsideChainwt.vue
@@ -82,17 +82,17 @@
    <div class="CONTENT" v-else>
      <div class="preview-left" style="margin-top: 100px;">
        <div style="font-size: 24px;color: #175997; font-weight: 600; margin-bottom: 10px;">感谢您的配合!</div>
        <div style="font-size: 20px;">那好的,您说的这些情况我都记下来了,您这边记得要按照医生说的复诊时间来院复查。建议您合理营养,饮食清淡,多吃富含纤维素的食物,避免辛辣刺激性食物,适度的康复锻炼,如散步、踝泵运动等,预防血栓形成。如果有任何不适或疑问,也请随时与我们联系。那本次回访到此结束,祝您身体健康!</div>
        <div style="font-size: 20px;">{{ revisitAfter }}</div>
      </div>
    </div>
    <el-dialog
    <!-- <el-dialog
      :visible.sync="dialogVisible"
      width="50%"
    >
      <div>
        <el-alert :title="revisitAfter" type="success"> </el-alert>
      </div>
    </el-dialog>
    </el-dialog> -->
  </div>
</template>
@@ -225,6 +225,7 @@
          if (this.revisitAfter) {
            this.dialogVisible=true
          }
          this.accomplish=true;
          this.$modal.msgSuccess("提交成功");
        }
      });
@@ -248,7 +249,6 @@
      form.svyLibTemplateScriptVOS = arr;
      Cachequestionnaire(form).then((res) => {
        if (res.code == 200) {
          this.$modal.msgSuccess("提交成功");
          if (subm) {
            this.submitForm();
          }