@@ -203,7 +203,7 @@
//
getOrderDetails: async function() {
let res = await this.$request.post("patient/CaseAcquisition", {
- 'user_id': 28908
+ 'user_id': this.doctorInfo.user_id
});
if (res.status == 0) {
console.log("订单详情", res)