qinxianzhangyao
2024-02-20 b19a3cd44a42730b0b3ffeb0359ff42c9d07cba5
src/views/doctor/bgsh/index.vue
@@ -236,7 +236,11 @@
    // 单选按钮
    radioChange() {
      heXiaoByIds(this.orderIds).then((response) => {
        this.$modal.msgSuccess("报告已核收!请前往报告打印页面查看!");
        if(response.code == 200){
          this.$modal.msgSuccess("报告已核收!请前往报告打印页面查看!");
          this.getList();
        }
      });
    },