liucf 5 år sedan
förälder
incheckning
672817aaf9
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. 3 1
      src/components/Symptom.vue

+ 3 - 1
src/components/Symptom.vue

@@ -237,7 +237,9 @@ export default {
         const sympText = this.getSympText();
         const sympText = this.getSympText();
         this.getPush(sympText);//删除后重新调推理-入参:拼好的内容
         this.getPush(sympText);//删除后重新调推理-入参:拼好的内容
       } else {
       } else {
-        this.getSympList();
+        // 全部删除完 重新走问诊流程
+        this.$router.push("/")
+        // this.getSympList();
       }
       }
       this.cancelDel();
       this.cancelDel();
     },
     },