src/views/doctor/bgsh/index.vue
@@ -29,7 +29,7 @@ <el-row :gutter="10" class="mb8" style="margin-left:14px ;"> <el-col :span="1.5"> <el-button type="primary" size="mini" @click="radioChange" v-hasPermi="['system:notice:add']">核收</el-button> <el-button type="primary" size="mini" @click="radioChange" >核收</el-button> </el-col> </el-row> @@ -236,7 +236,11 @@ // 单选按钮 radioChange() { heXiaoByIds(this.orderIds).then((response) => { this.$modal.msgSuccess("报告已核收!请前往报告打印页面查看!"); if(response.code == 200){ this.$modal.msgSuccess("报告已核收!请前往报告打印页面查看!"); this.getList(); } }); },