liucf %!s(int64=5) %!d(string=hai) anos
pai
achega
672817aaf9
Modificáronse 1 ficheiros con 3 adicións e 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();
     },