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