|
@@ -743,7 +743,7 @@
|
743
|
743
|
this.sendBuild();
|
744
|
744
|
}
|
745
|
745
|
// 送回病房建单 end
|
746
|
|
- this.hosId = uni.getStorageSync("userData").infoPermission.hospitals[0].id;
|
|
746
|
+ this.hosId = uni.getStorageSync("userData").user.currentHospital.id;
|
747
|
747
|
// this.getWechatFocusSwitch();
|
748
|
748
|
this.infoDATA = JSON.parse(options.infoDATA);
|
749
|
749
|
console.log(this.infoDATA);
|