liucf 5 yıl önce
ebeveyn
işleme
672817aaf9
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  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();
     },