su
su1124
2024-01-29 0e16303c13da3ea8d1a6f5d4f85cc2483380726c
su
1个文件已修改
6 ■■■■ 已修改文件
src/views/doctor/bgsh/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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();
        }
      });
    },