|
@@ -826,17 +826,15 @@ export const clickOnThePatient = async (patNo: string) => {
|
|
|
.catch(() => {
|
|
|
shouShuDiagnosis.value = [];
|
|
|
});
|
|
|
- if (!isDev) {
|
|
|
- getDrgPatInfo(huanZheXinXi.value).then((res: any) => {
|
|
|
- if (res != null) {
|
|
|
- huanZheXinXi.value.groupInfoName = res["name"];
|
|
|
- huanZheXinXi.value.groupInfoWeight = res["weight"];
|
|
|
- huanZheXinXi.value.groupInfoBl = res["groupInfoBl"];
|
|
|
- huanZheXinXi.value.setGroupInfoProfit = res["profit"];
|
|
|
- huanZheXinXi.value.groupInfoFeeStand = res["fee_stand"];
|
|
|
- }
|
|
|
- });
|
|
|
- }
|
|
|
+ getDrgPatInfo(huanZheXinXi.value).then((res: any) => {
|
|
|
+ if (res != null) {
|
|
|
+ huanZheXinXi.value.groupInfoName = res["name"];
|
|
|
+ huanZheXinXi.value.groupInfoWeight = res["weight"];
|
|
|
+ huanZheXinXi.value.groupInfoBl = res["groupInfoBl"];
|
|
|
+ huanZheXinXi.value.setGroupInfoProfit = res["profit"];
|
|
|
+ huanZheXinXi.value.groupInfoFeeStand = res["fee_stand"];
|
|
|
+ }
|
|
|
+ });
|
|
|
|
|
|
await jsQueryYzData();
|
|
|
queryParam.value.frequCode = frequCodeEnum.all;
|