liucf hace 5 años
padre
commit
672817aaf9
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/components/Symptom.vue

+ 3 - 1
src/components/Symptom.vue

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