Browse Source

筛查页面调整方式修改(关闭当前页面跳转到新页面)

newMaster
1747191978@qq.com 3 months ago
parent
commit
4d07acd568
  1. 2
      acupuncture-前台/src/views/screening/h5.vue

2
acupuncture-前台/src/views/screening/h5.vue

@ -73,7 +73,7 @@ export default {
});
return;
}
this.$router.push({
this.$router.replace({
path: "/screening/h5eva",
query: {
tenantId: this.tenantId,

Loading…
Cancel
Save