|
@@ -1365,11 +1365,11 @@ export default {
|
1365
|
1365
|
name = ""
|
1366
|
1366
|
}
|
1367
|
1367
|
|
1368
|
|
- if(this.org_id == 9671 || this.org_id == 10340 || this.org_id == 0){
|
|
1368
|
+ if(this.org_id == 9671 || this.org_id == 10340){
|
1369
|
1369
|
this.$router.push({ path: "/dialysis/doctorAdvicePrint/one",query:{time: new Date(this.time).getTime(),delivery_way:name} });
|
1370
|
1370
|
}
|
1371
|
1371
|
|
1372
|
|
- if(this.org_id != 9671 && this.org_id != 10340 && this.org_id!=0){
|
|
1372
|
+ if(this.org_id != 9671 && this.org_id != 10340){
|
1373
|
1373
|
this.$router.push({ path: "/dialysis/doctorAdvicePrint",query:{time: new Date(this.time).getTime(),delivery_way:name} });
|
1374
|
1374
|
}
|
1375
|
1375
|
|